Skip to content

Commit

Permalink
removed existing locales keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 committed Jan 28, 2017
1 parent d88d745 commit ea0f7e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ElvUI_RaidMarkers/Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ L["Orientation"] = true;
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;

if GetLocale() == "enUS" then return end

Expand All @@ -26,7 +25,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

-- Spanish
Expand All @@ -40,7 +38,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

-- French
Expand All @@ -54,7 +51,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

-- Korean
Expand All @@ -68,7 +64,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

-- Portuguese
Expand All @@ -82,7 +77,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

-- Russian
Expand All @@ -96,7 +90,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

--Chinese (China, simplified)
Expand All @@ -110,7 +103,6 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

--Chinese (Taiwan, traditional)
Expand All @@ -124,5 +116,4 @@ if L then
L["Raid Markers Bar"] = true;
L["Raid Markers"] = true;
L["Select how the raid markers bar will be displayed."] = true;
L["Show"] = true;
end

0 comments on commit ea0f7e1

Please sign in to comment.