Skip to content
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

Import language files from mozilla-central #3242

Closed
timvandermeij opened this issue May 10, 2013 · 2 comments · Fixed by #4504
Closed

Import language files from mozilla-central #3242

timvandermeij opened this issue May 10, 2013 · 2 comments · Fixed by #4504
Labels

Comments

@timvandermeij
Copy link
Contributor

We should import language files from mozilla-central. We could try to look for a way to import them automatically such that all language changes can be done at a central place. This seems necessary to me because the language files here have different layouts and are not all up-to-date. That also saves double translation work.

They can be found here: https://mxr.mozilla.org/l10n-mozilla-release/source/nl/browser/pdfviewer/viewer.properties

@timvandermeij
Copy link
Contributor Author

I'm currently writing a Makefile extension for this. See timvandermeij@65b74b4. Not ready yet, but work in progress :)

The goal is to make it fetch all translations from mozilla-central, but keep our metadata.inc files. All translations would therefore need to be done at mozilla-central and not here anymore (since it will be overwritten) such that it's more centered and no double work is done. On top of that, mozilla-central has a lot more translations that we can then ship with PDF.js, so it's a win-win situation.

@Snuffleupagus
Copy link
Collaborator

If we are going to import files from mozcentral, we should probably use the most updated ones, i.e. the translations used in the Nightly versions: http://mxr.mozilla.org/l10n-central/source/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants