angular-gettext
angular-gettext copied to clipboard
Gettext support for Angular.js
Add translation params to a directive. `Hello {{username}}!`
Is there any options to ignore case sensitivity? Sometimes "Remember me" and "remember me" can be replaced with one translation.
Is there any way to have more than one `gettextCatalog` instances, each with its own language, in the same app? I am looking for something like: ``` function myController(gettextCatalog) {...
Does anyone had issues with angular-gettext directive on IE8? On my web application, it's duplicating the tag with the directive, showing both original and translated text. Using the filter, it...
I'm using formvalidation.io with i18n module. http://formvalidation.io/addons/i18n/ Since I need to define statically the locale for each language on validation messages, I require to access manually a string for each...
`{[{contact.device || "unknown" | translate }]}` This example is not being fetchd by the extractor.
Hi, How can i get back the english text from the translated strings? Is there a gettext function for it?
Hello. I am not sure this is related to 54. I see some html text not being translated on my prod environment. It doesn't occurs when serving with gulp serve....
Is there anyway to get plural working within attributes such as: ``` HTML ```