From 892fae46230498e4a551ea78aa4213dd5eac4f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCskes?= Date: Tue, 22 Nov 2022 18:19:13 +0100 Subject: [PATCH] Add strings for seperator setting --- locale_deDE.lua | 12 +++++++----- locale_enUS.lua | 2 ++ locale_koKR.lua | 2 ++ locale_ruRU.lua | 2 ++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/locale_deDE.lua b/locale_deDE.lua index 171ec28..1a187cc 100755 --- a/locale_deDE.lua +++ b/locale_deDE.lua @@ -51,10 +51,12 @@ if L then L['displayMoneyGlobalFaction'] = "Global (nur deine Fraktion)" L['Displayvalue'] = "Broker Anzeige" L['DisplayvalueDesc'] = "Legt fest welcher Wert im Broker angezeigt wird. Global zeigt alle Fraktionen. Realm zeigt nur die eigene Fraktion (Falls aktiviert auch die verbundenen Realms)." + L['seperate'] = "Benutze Trennzeichen" + L['seperateDesc'] = format("F\195\188gt '%s' f\195\188r bessere Lesbarkeit in Zahlen ein", LARGE_NUMBER_SEPERATOR) end --- ö \195\182 ß \195\159 --- ü \195\188 ä \195\164 --- Ä \195\132 --- ö \195\182 --- Ü \195\156 \ No newline at end of file +-- � \195\182 � \195\159 +-- � \195\188 � \195\164 +-- � \195\132 +-- � \195\182 +-- � \195\156 \ No newline at end of file diff --git a/locale_enUS.lua b/locale_enUS.lua index 429a5a9..45003cd 100755 --- a/locale_enUS.lua +++ b/locale_enUS.lua @@ -51,4 +51,6 @@ if L then L['displayMoneyGlobalFaction'] = "Global (only your faction)" L['Displayvalue'] = "Broker Display" L['DisplayvalueDesc'] = "Selects the sum diplayed by the broker. Global is for all factions and chars or only your faction. Realm is for your faction (pool when selected)." + L['seperate'] = "Use seperator" + L['seperateDesc'] = format("Add '%s' to make numbers readable", LARGE_NUMBER_SEPERATOR) end \ No newline at end of file diff --git a/locale_koKR.lua b/locale_koKR.lua index 3a4efaa..875c789 100755 --- a/locale_koKR.lua +++ b/locale_koKR.lua @@ -51,4 +51,6 @@ if L then L['displayMoneyGlobalFaction'] = "Global (only your faction)" L['Displayvalue'] = "Broker Display" L['DisplayvalueDesc'] = "Selects the sum diplayed by the broker. Global is for all factions and chars. Realm is for your faction (pool when selected)." + L['seperate'] = "Use seperator" + L['seperateDesc'] = format("Add '%s' to make numbers readable", LARGE_NUMBER_SEPERATOR) end \ No newline at end of file diff --git a/locale_ruRU.lua b/locale_ruRU.lua index 4b98379..d14ee78 100755 --- a/locale_ruRU.lua +++ b/locale_ruRU.lua @@ -51,4 +51,6 @@ if L then L['displayMoneyGlobalFaction'] = "Global (only your faction)" L['Displayvalue'] = "Broker Display" L['DisplayvalueDesc'] = "Selects the sum diplayed by the broker. Global is for all factions and chars. Realm is for your faction (pool when selected)." + L['seperate'] = "Use seperator" + L['seperateDesc'] = format("Add '%s' to make numbers readable", LARGE_NUMBER_SEPERATOR) end \ No newline at end of file