babelfish icon indicating copy to clipboard operation
babelfish copied to clipboard

human friendly i18n for javascript (node.js + browser)

Results 1 babelfish issues
Sort by recently updated
recently updated
newest added

If one need piped processing for variables to do additional l10n, it's possible to use this notation: `#{variable:processor|param1|param2|...}` Examples: - `#{count:localize_number}` - `#{date:format|short}` - `#{another.translation:phrase}` - insert another translation by...

idea