- update babelfish script to work with embeded escape chars (\n, \t, \", etc)
- bar creation now takes a name to avoid translation issues - re-run babelfish script - If you find missing translations, just add the L[] wrapping around it and run the babelfish script!
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "enUS", true)
|
||||
|
||||
|
||||
L["%s Bar"] = true
|
||||
L["ALT"] = true
|
||||
L["ActionBar Switching"] = true
|
||||
L["Alignment"] = true
|
||||
@@ -11,7 +10,6 @@ L["Alpha"] = true
|
||||
L["Always Hide"] = true
|
||||
L["Always Show"] = true
|
||||
L["Auto-Assist"] = true
|
||||
L["Bag"] = true
|
||||
L["Bag Bar"] = true
|
||||
L["Bar %s"] = true
|
||||
L["Bar Style & Layout"] = true
|
||||
@@ -50,7 +48,6 @@ L["Enable the StanceBar"] = true
|
||||
L["Enable/Disable the bar."] = true
|
||||
L["Enabled"] = true
|
||||
L["FAQ"] = true
|
||||
L["FAQ_TEXT"] = true
|
||||
L["Fade Out"] = true
|
||||
L["Fade Out Alpha"] = true
|
||||
L["Fade Out Delay"] = true
|
||||
@@ -66,7 +63,6 @@ L["Hotkey Mode"] = true
|
||||
L["Keyring"] = true
|
||||
L["Lock"] = true
|
||||
L["Lock all bars."] = true
|
||||
L["MicroMenu"] = true
|
||||
L["Micro Menu"] = true
|
||||
L["Modifier Based Switching"] = true
|
||||
L["No Display"] = true
|
||||
@@ -77,7 +73,6 @@ L["Only show one Bag Button in the BagBar."] = true
|
||||
L["Out of Mana Indicator"] = true
|
||||
L["Out of Range Indicator"] = true
|
||||
L["Padding"] = true
|
||||
L["Pet"] = true
|
||||
L["Pet Bar"] = true
|
||||
L["Possess Bar"] = true
|
||||
L["Right-click Self-Cast"] = true
|
||||
@@ -90,7 +85,6 @@ L["Show the keyring button."] = true
|
||||
L["Show/Hide"] = true
|
||||
L["Specify the Color of the Out of Mana Indicator"] = true
|
||||
L["Specify the Color of the Out of Range Indicator"] = true
|
||||
L["Stance"] = true
|
||||
L["Stance Bar"] = true
|
||||
L["Stance Configuration"] = true
|
||||
L["State Configuration"] = true
|
||||
|
||||
Reference in New Issue
Block a user