ngx-translate-messageformat-compiler icon indicating copy to clipboard operation
ngx-translate-messageformat-compiler copied to clipboard

Can't make fake language work

Open danielerepici opened this issue 4 years ago • 2 comments

I'm using fake languages for testing purposes, e.g. a 'tilde' language whose translation values are exactly the same as English except for prepending a tilde '~'. I've made up a custom tilde language, but I get this error:

Error: Localisation function not found for locale "tilde"
  at getPlural (plurals.js:47)
  at MessageFormat.compile (messageformat.js:354)
  at TranslateMessageFormatCompiler.compileTranslations (ngx-translate-messageformat-compiler.js:40)

danielerepici avatar Feb 12 '21 22:02 danielerepici

I get this error for real languages somehow... Have you solved this?

EinfachHans avatar Jun 10 '22 11:06 EinfachHans

Unfortunately we didn't. We switched to a different solution.

danielerepici avatar Jun 12 '22 10:06 danielerepici