1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-16 04:29:08 +00:00

WIP - bump translations version to 2.6.5

This commit is contained in:
grdddj 2024-01-02 14:58:19 +01:00
parent 7f1a5ac4c1
commit a774a0bf98
4 changed files with 4 additions and 3 deletions

View File

@ -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": {

View File

@ -1,7 +1,7 @@
{
"header": {
"language": "en",
"version": "2.6.4"
"version": "2.6.5"
},
"translations": {
"addr_mismatch": {

View File

@ -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": {

View File

@ -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,