mozilla / webcompat-blipz-experiment

Mozilla Public License 2.0
2 stars 4 forks source link

Localize web pages? #34

Open pdehaan opened 6 years ago

pdehaan commented 6 years ago

I notice that the extension is set up for future l10n (see ./webextension/_locales/en_US), but all the website pages (in ./docs/*.html) are hardcoded in en_US.

wisniewskit commented 6 years ago

Was there a specific l10n method we should prefer?

pdehaan commented 6 years ago

In the past, we've used l20n, but from the looks of that repo, it's been deprecated in favor of Fluent.

But our HTML files are so small, not sure if that is the best solution. Or maybe rendering out static files for each locale is easier. But we'd still need to integrate into Pontoon. Or we punt on everything until we have a second language in the add-on.

miketaylr commented 6 years ago

Right now the target population is en, so this can happen in vNext.