Add strings for seperator setting

This commit is contained in:
Robin Hüskes 2022-11-22 18:19:13 +01:00
parent a506efb447
commit 892fae4623
4 changed files with 13 additions and 5 deletions

View File

@ -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
-- <20> \195\182 <20> \195\159
-- <20> \195\188 <20> \195\164
-- <20> \195\132
-- <20> \195\182
-- <20> \195\156
-- <20> \195\182 <20> \195\159
-- <20> \195\188 <20> \195\164
-- <20> \195\132
-- <20> \195\182
-- <20> \195\156

View File

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

View File

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

View File

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