Skip to content

Commit

Permalink
Merge pull request #73 from ruuvi/dev
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
andreevdenis authored Oct 26, 2021
2 parents 976a9e9 + 7847327 commit 064953d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ File consist of one root `translations` element with many childs. Each child is
You can modify `en` - for English, `fi` - for Finnish, `ru` - for Russian, `sv` - for Sweden, `fr` - for French and `de` - for German.

{
"translations": [
{
"ident_ios": "Menu.Label.AppSettings.text",
"ident_android": "menu_app_settings",
"en": "App Settings",
"fi": "Asetukset",
"ru": "Настройки",
"sv": "App Inställningar",
"fr": "Réglages",
"translations": [
{
"ident_ios": "Menu.Label.AppSettings.text",
"ident_android": "menu_app_settings",
"en": "App Settings",
"fi": "Asetukset",
"ru": "Настройки",
"sv": "App Inställningar",
"fr": "Réglages",
"de": "App Einstellungen"
},
...
]
},
...
]
}

If original English string contain some strange chars like `{%@^%1$s}` or `%1$s` - don't worry just leave it as is. It's a template where application will insert value during runtime. But you can change the position of this template if grammar rules of your language demand it.
Expand Down

0 comments on commit 064953d

Please sign in to comment.