Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
/ gas-pluralize Public archive

⛔️ DEPRECATED, Using Pluralize in Google Apps Script.

Notifications You must be signed in to change notification settings

316company/gas-pluralize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

⛔️ DEPRECATED

Please use the official package with @sheetbase/app-scripts.

Pluralize

Using pluralize in Google Apps Script.

Pluralize homepage: https://github.com/blakeembrey/pluralize

Install

Library ID: 13U-fcaWqa6zFHJzfr7X1AZmRi02sjoKbi-YqesHlGQAhqJoowsFEetcd

Select latest version, set Indentifier to Pluralize.

Usage

Logger.log(Pluralize.plural('test'));
Logger.log(Pluralize.singular('tests'));

Logger.log(Pluralize.pluralize('test'));

Logger.log(Pluralize.pluralize.plural('test'));
Logger.log(Pluralize.pluralize.singular('tests'));

About

⛔️ DEPRECATED, Using Pluralize in Google Apps Script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published