Skip to content

Commit

Permalink
fix(locale): use proper variable (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon authored Jun 7, 2024
1 parent 696c462 commit 0f72b61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"safe_opened": "Trezor otevřen",
"emptying_the_register": "Vyprazdňování pokladny..",
"safe_code": "Kód trezoru: ",
"value": "Hodnota: $%{value}"
"value": "Hodnota: $%s"
},
"alert": {
"register": "Někdo páčí pokladnu!",
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"safe_opened": "Safe Opened",
"emptying_the_register": "Emptying The Register..",
"safe_code": "Safe Code: ",
"value": "Value: $%{value}"
"value": "Value: $%s"
},
"alert": {
"register": "Someone is prying the register!",
Expand Down
2 changes: 1 addition & 1 deletion locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"safe_opened": "Caja abierta",
"emptying_the_register": "Vaciando caja registradora..",
"safe_code": "Código de seguridad: ",
"value": "Valor: $%{value}"
"value": "Valor: $%s"
},
"alert": {
"register": "¡Alguien está en una registradora!",
Expand Down
2 changes: 1 addition & 1 deletion locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"safe_opened": "Cofre Aberto",
"emptying_the_register": "A esvaziar a caixa registadora...",
"safe_code": "Código do Cofre: ",
"value": "Valor: %{value}"
"value": "Valor: %s"
},
"alert": {
"register": "Alguém está a forçar a caixa registadora!",
Expand Down

0 comments on commit 0f72b61

Please sign in to comment.