You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
After updating the google closure library locales, the locale generation fails.
The locale files then contain a reference to goog.i18n.pluralRules.get_vf_ in the pluralCat property.
Update locale files:
i18n/update-closure.sh
i18n/generate.sh
Note: Right now no unit test if failing because of this, only jshint complains about it! We should really add unit tests for the locales as well (maybe in the i18n subfolder?).
Idea for solving this:
add the function goog.i18n.pluralRules.get_vf_ to every locale file, and also the functions that this function is using.