mozilla / betachannel

DEPRECATED - Give beta testers access to your Apps
https://wiki.mozilla.org/Mobile/Projects/BetaFox
4 stars 5 forks source link

Integrate Pontoon #12

Closed ozten closed 1 year ago

ozten commented 10 years ago

We want to integrate Pontoon for localization

cc @mathjazz

mathjazz commented 10 years ago

Yay!

First, we need to pick the i18n library. If we use gettext, Pontoon will match extracted strings against HTML textnodes.

If we use webL10n, Pontoon will match make every HTML element with data-l10n-id attribute localizable, which is a more reliable method.

More: https://developer.mozilla.org/en-US/docs/Implementing_Pontoon_Mozilla.