eyedeekay / I2P-in-Private-Browsing-Mode-Firefox

I2P in Private Browsing mode for Firefox, built using Webextensions and Contextual Identities
https://eyedeekay.github.io/I2P-in-Private-Browsing-Mode-Firefox/
MIT License
63 stars 10 forks source link

Translations for new/changed areas and missing areas #128

Closed eyedeekay closed 2 years ago

eyedeekay commented 2 years ago

Most of it can be translated and the UI will reflect the translations, but a handful of things still don't have translations implemented. I need to find the missing strings and replace them, easiest way will be to switch to Spanish and look for English strings.

eyedeekay commented 2 years ago

Bigger job than I thought, had to write some tools for it: https://github.com/eyedeekay/messages-json-generator good news is that now we can easily generate new translation files for every language as long as I follow one simple rule in my code which is that no id containing an empty textArea may wrap any id containing a non-empty textarea. We now have almost 100% translatable strings coverage.