Android
Step 1 - Create a translations file
mkdir mooi# ./mooi/translations.yaml
languages: # English is assumed by default, you don't need to list it
- de
- fr
- ru
# etc.
entries:
- key: my_string_id
value: Hello World
description: A message that is shown on the main screen of the app
# etc.Step 2 - Define an output format
Step 3 - Run mooi
Last updated