the value to localize.
format arguments.
Localize non plural string.
the value to localize.
format arguments.
Localize plurals.
the singular localized value.
the pluralized valued.
the count for the plural value.
argument formatters.
Localize plurals unformated as object.
the singular localized value.
the pluralized valued.
the count for the plural value.
argument formatters.
Localize non plural string unformated as object.
the value to localize.
format arguments.
Handles module errors.
the error to be handled.
Minimalistc extend just suits purpose here.
the destination object.
Get an option value by key.
the option key to get.
Is Plain Object checks if is plain object.
the value to inspect.
Is Value ensures the provided argument is not undefined, NaN, Infinity etc.
the value to inspect.
Key Exists inspects cached checking if key already exists.
the key to check if exists.
the locale to inspect for key.
optional directory.
Localize common method for localizing strings.
singular string value.
plural string value or count.
numeric count for pluralization.
format args.
Exit handler ensures graceful exit writing any in queue.
A callback function before exit and after queue has been emptied.
a callback function on queue empty and ready to exit.
Process queued jobs saving to file.
Reads the locale file.
the active locale.
the directory for locales.
mutes errors gracefully logs message.
Resolve Locale resolves the locale or fallback path.
the locale to be resovled.
the directory where locales are stored.
Resolve the path for a locale file.
the locale to use for resolving path.
an optional directory for resolving locale file.
Set an option or extends current options.
the key or options object to set.
the value to set when key is not an object.
Sync ensures secondary locales contain same keys of primary from.
the locale to sync from default "en".
Template Literal allows for localizing __some localized string ${value}
;
array of template literal strings.
template literal args.
Template Literal allows for localizing __some localized string ${value}
;
array of template literal strings.
template literal args.
Adds event to write queue.
Generated using TypeDoc
Localize non plurals template strings.