angular-gettext
angular-gettext copied to clipboard
[MISSING] Annotations added even though translations exist
My app uses English and french. When I switch to french, some of the translations have [MISSING] attached, even though the english is correctly translated to the appropriate french version.
The pot file contains the extracted texts, which also exist in the translations.js compiled file.
Has anyone else encountered this problem?
I encountered that the the default pluralisation index is 1 but it gets only an array of length 1 which means the index should be 0
I reverted to 2.1.2 and it worked.