From 53c9948ff203adb1178ed1b0f5e2bc52832420e9 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:40:43 -0700 Subject: [PATCH] add common:money key --- de/common.json | 3 ++- en/common.json | 3 ++- es/common.json | 3 ++- fr/common.json | 3 ++- it/common.json | 3 ++- ja/common.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/de/common.json b/de/common.json index b0ca16e0..707f6441 100644 --- a/de/common.json +++ b/de/common.json @@ -4,5 +4,6 @@ "shinyOnHover": "Schillernd", "commonShiny": "Gewöhnlich", "rareShiny": "Selten", - "epicShiny": "Episch" + "epicShiny": "Episch", + "money": "{{amount, number}} ₽" } \ No newline at end of file diff --git a/en/common.json b/en/common.json index e910b7c2..5cb379b3 100644 --- a/en/common.json +++ b/en/common.json @@ -4,5 +4,6 @@ "shinyOnHover": "Shiny", "commonShiny": "Common", "rareShiny": "Rare", - "epicShiny": "Epic" + "epicShiny": "Epic", + "money": "₽{{amount, number}}" } \ No newline at end of file diff --git a/es/common.json b/es/common.json index 2b0af6c6..e73a0d07 100644 --- a/es/common.json +++ b/es/common.json @@ -4,5 +4,6 @@ "shinyOnHover": "Shiny", "commonShiny": "Común", "rareShiny": "Raro", - "epicShiny": "Épico" + "epicShiny": "Épico", + "money": "{{amount, number}} ₽" } diff --git a/fr/common.json b/fr/common.json index 623177d1..c48ed54f 100644 --- a/fr/common.json +++ b/fr/common.json @@ -4,5 +4,6 @@ "shinyOnHover": "Chromatique", "commonShiny": "Commun", "rareShiny": "Rare", - "epicShiny": "Épique" + "epicShiny": "Épique", + "money": "{{amount, number}} ₽" } diff --git a/it/common.json b/it/common.json index 1b89d057..6e3c713a 100644 --- a/it/common.json +++ b/it/common.json @@ -4,5 +4,6 @@ "shinyOnHover": "Shiny", "commonShiny": "Comune", "rareShiny": "Raro", - "epicShiny": "Epico" + "epicShiny": "Epico", + "money": "{{amount, number}} ₽" } \ No newline at end of file diff --git a/ja/common.json b/ja/common.json index d10e3e42..8f3664e7 100644 --- a/ja/common.json +++ b/ja/common.json @@ -4,5 +4,6 @@ "shinyOnHover": "色違い", "commonShiny": "ふつう", "rareShiny": "レア", - "epicShiny": "超レア" + "epicShiny": "超レア", + "money": "{{amount, number}}円" }