angular-gettext icon indicating copy to clipboard operation
angular-gettext copied to clipboard

Gettext support for Angular.js

Results 104 angular-gettext issues
Sort by recently updated
recently updated
newest added

Hello, I met this issue when started to work on the numbers formatting. Certain locales like RU define thousand separator as an empty string `1000` when others represent it as...

I use Traceur to precompile from ES6 to ES. In addition, it supports async/await already. However, as soon as there is either async or await in a JS file, it...

Hello, We have issue with IE11 where lines 197 and 198 are cousing flashing text. We have text: ``` OPEN ``` For a short period of time we can see:...

A custom id mapping can be provided. Examples: // do not trim the whitespace from the string ends (the current default) catalog.setIdTransform(fn(s) { return s; }) // apply html whitespace...