angular-l10n
angular-l10n copied to clipboard
Angular library to translate texts, dates and numbers
**I'm submitting a...** ``` [ ] bug report [ ] feature request [x] support request ``` **Expected behavior** Translation of text **Actual behavior** Usage of the Keynames **Steps to reproduce...
Hello, first of all, thank you for this amazing libary! **My question is the following:** I think, normally you set the available languages for your application in the schema of...
Hi, I just found your project in my research for a translation package. This project seems well documented. I wonder: 1. What was the initial inspiration for this project while...
Is there a way to split one big file into multiples files? I mean i have more than 4000 lines in my french translation file and i'd like to split...
**Is your feature request related to a problem? Please describe.** I wanted to start lazy loading translations along with lazy loaded modules. The advice at https://github.com/robisim74/angular-l10n#lazy-loading did not really fit...
**I'm submitting a...** ``` [ ] bug report [x] feature request [ ] support request ``` I often use the same words in different sentences, for example: - user added...
I'v run into an error when build my project in product mode. **ERROR in Error during template compile of 'BzadmModule' Function calls are not supported in decorators but 'L10nTranslationModule' was...
I have a component which houses a mat-form-field, with a mat-select element. this element has mat-option tags with text that needs translation. ` {{"infozone_search.branch_abbr.absb" | translate: locale.language}}` where locale is...
**Describe the bug** I noticed strange translations behaviour in SSR mode. When running in dev mode or without SSR – it's ok, but when I build my application in SSR...
I am getting a weird error, as well, when lazy loading translations from a project created with [nx](https://nx.dev/angular). ``` core.js:6189 ERROR Error: Uncaught (in promise): angular-l10n (formatLanguage): Invalid language at...