ngx-translate-messageformat-compiler
ngx-translate-messageformat-compiler copied to clipboard
Can't make fake language work
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)
I get this error for real languages somehow... Have you solved this?
Unfortunately we didn't. We switched to a different solution.