-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile localizations #88
Comments
I don't think there's a built-in way to do this now but I think it'd be
|
I've probably mentioned this before, but I have, by now, an ancient patchset which enables locale support in plovr: https://codereview.appspot.com/6194048/ I believe my approach in those patches was to do them one language at a time. |
I believe these patches no longer apply to the code base. Do you still On Fri, Jan 22, 2016 at 7:19 PM, Ilia Mirkin notifications@github.com
André Tannús | Epungo | +55 11 2389-4360 |
I took some time to port Ilia's patch to the latest plovr build. https://github.com/atannus/plovr/tree/translation-support How should I proceed to integrate these changes? On Sun, Mar 13, 2016 at 6:44 PM, Andre Tannus andre.tannus@gmail.com
André Tannús | Epungo | +55 11 2389-4360 |
yep, pull-request will work. |
Hi @nicks ,
Is it possible to generate one artifact per locale, provided a list of locales? The near-term question is about using the date and number formatting functions pruned just to the locale that the bundle is for (otherwise the locale info maps are too big and we can't use goog.i18n). We have our translations in .po files so I guess there is no support for hooking that up to goog.getMsg, but we have our own system for that right now.
Thanks,
Rob
The text was updated successfully, but these errors were encountered: