Skip to content

Commit

Permalink
fix(mobile): translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bogoslavskiy committed Dec 7, 2023
1 parent 014c08b commit 5557161
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const FinishSetupList = memo(() => {
onPress={() => tk.wallet.hideFinishSetup()}
color="secondary"
size="header"
title="Done"
title={t('global_done')}
/>
),
})}
Expand Down
3 changes: 2 additions & 1 deletion packages/shared/i18n/locales/tonkeeper/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,5 +1043,6 @@
"title": "Backup Check",
"caption": "Let's see if you've got everything right. Enter words %{one}, %{two}, and %{three}.",
"done_button": "Done"
}
},
"global_done": "Done"
}
3 changes: 2 additions & 1 deletion packages/shared/i18n/locales/tonkeeper/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -1093,5 +1093,6 @@
"title": "Проверка резервной копии",
"caption": "Давайте проверим, все ли вы записали правильно. Введите слова %{one}, %{two}, и %{three}.",
"done_button": "Готово"
}
},
"global_done": "Готово"
}

0 comments on commit 5557161

Please sign in to comment.