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! Is there any option or a trick to hide non-translated text? Thank you!

Hi, I can not find CHANGES file, but i think it's important to understand what's the changes/bugfix/new features on each release. That will help us to decide whether update our...

Hi, I was wondering what's the workflow when i want to be able to synchronize few opened tabs. Currently if i change language, i have to refresh other tabs in...

This works fine for extraction: ``` {{ 'My string' | translate }} ``` But if you use this method, the string won't be extracted (when generating your *.pot file): ```...

This works: ``` Logout ``` Appears in your *.pot file as `Logout [ Label ]`. This doesn't work: ``` Logout ``` Appears in your *.pot file as `Logout` (missing the...

When I do this: `` The String Extraction part of gettext doesn't find 'My Cool Label'. When I remove the '::' single binding 'My Cool Label' is in the bundle...

for this example `{{$count}} view` when `$count` is 0 it returns plural text

filter in interpolation like <span title="{{ foo || bar || ("No title"|translate)}}"> isn't recognized by extractor and not stored into POT. Update: hmm, wasn't aware that the tag example is...

Hi I want to ask you, what do you think about putting this plugin on Nuget. P.S. Great job with this plugin, thanks a lot.

Hello I am currently facing this issue. `` Grunt task is not adding My Website to pot file. Thanks.