Skip to content

Commit

Permalink
WIP - bump translations version to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Jan 2, 2024
1 parent 7f1a5ac commit a774a0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/embed/rust/src/ui/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"change_language_prompt": "Zmenit jazyk na cestinu?",
"change_language_title": "ZMENA JAZYKA",
"language": "cs",
"version": "2.6.4"
"version": "2.6.5"
},
"translations": {
"addr_mismatch": {
Expand Down
2 changes: 1 addition & 1 deletion core/embed/rust/src/ui/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"header": {
"language": "en",
"version": "2.6.4"
"version": "2.6.5"
},
"translations": {
"addr_mismatch": {
Expand Down
2 changes: 1 addition & 1 deletion core/embed/rust/src/ui/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"change_language_prompt": "Changer de langue en francais?",
"change_language_title": "CHANGER LA LANGUE",
"language": "fr",
"version": "2.6.4"
"version": "2.6.5"
},
"translations": {
"addr_mismatch": {
Expand Down
1 change: 1 addition & 0 deletions core/src/apps/management/change_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ async def change_language(msg: ChangeLanguage) -> Success:
raise DataError("Invalid header data length")
# TODO: how to handle the version updates - numbers have to be bumped in cs.json and others
# (or have this logic in a separate blob-creating tool)
# (have some static check in make gen_check?)
if header.version_tuple() != (
utils.VERSION_MAJOR,
utils.VERSION_MINOR,
Expand Down

0 comments on commit a774a0b

Please sign in to comment.