MahanRahmati / translate

Alternative front-end for Google Translate which respects your privacy.
GNU General Public License v3.0
110 stars 8 forks source link

Proposal - translation of UI #52

Closed Ilithy closed 1 year ago

Ilithy commented 1 year ago

Greeting, do you accept translation proposals? (in French for my part)?

and if yes how to deal with the strings.dart file (should it be in a folder, or name it differently?)

Thanks a lot.

MahanRahmati commented 1 year ago

Hello there! For translation you need to update files inside lib/l10n . app_fr.arb is the file for French.

For example:

{
    "helloWorld": "¡Hola Mundo!"
}

you can read more here.

Ilithy commented 1 year ago

Hi; Thank you for preparing the work, the docs and the example for me, it's quite telling, so I hope I haven't made a mistake.