blockbasti / just_another_workout_timer

A simple timer for your workouts, built with Flutter!
MIT License
130 stars 23 forks source link

Translation strings #94

Closed mondlicht-und-sterne closed 2 years ago

mondlicht-und-sterne commented 2 years ago

i have only seen that just another workout timer can be translated. but where can i find the strings for it? thanks in advance

blockbasti commented 2 years ago

The strings are in https://github.com/blockbasti/just_another_workout_timer/tree/main/lib/l10n After changing the strings run flutter pub run intl_utils:generate

mondlicht-und-sterne commented 2 years ago

I just want to translate.

I don't have a flutter. I imagine it's difficult.

thanks for the link. i'll post when i have something ready as an issue.

blockbasti commented 2 years ago

Well, you can just edit (or add) the translation files. The flutter command just makes the strings show in the app.