Levminer / authme

Simple cross-platform two-factor (2FA) authenticator app for desktop.
https://authme.levminer.com
GNU General Public License v3.0
309 stars 25 forks source link

Localization #258

Closed Levminer closed 4 months ago

Levminer commented 1 year ago

Authme 3 had localization, but it was not reimplemented. Authme 3 had around ~300 lines to translate, if enough people volunteer to translate I reimplement the feature.

gismomtl commented 1 year ago

Yes I can help you with that

Levminer commented 6 months ago

Hi everyone!

Started working on this, it's almost done. I will update this issue if I'm done with everything and made some instructions on how to translate.

Levminer commented 5 months ago

The translation is mostly done.

If you want to translate Authme:

  1. Go to interface/utils/language
  2. Make a copy of en.ts
  3. Rename the file for the language that you want to translate (de.ts, fr.ts, es.ts)
  4. Translate the strings
  5. Make a PR