Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 committed Aug 17, 2019
1 parent d8b5f28 commit c8b8b40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ElvUI_CustomTweaks/ElvUI_CustomTweaks.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Author: Blazeflack
## Credit: Azilroka, Benik
## Version: 1.30
## Title: |cffA11313E|r|cffC4C4C4lvUI|r |cffA11313C|r|cffC4C4C4ustom|r |cffA11313T|r|cffC4C4C4weaks|r
## Title: |cff1784d1E|r|cffe5e3e3lvUI|r |cff1784d1C|r|cffe5e3e3ustom|r |cff1784d1T|r|cffe5e3e3weaks|r
## Notes: A collection of various tweaks to ElvUI, requested by the users.
## RequiredDeps: ElvUI
## DefaultState: enabled
Expand Down
22 changes: 11 additions & 11 deletions ElvUI_CustomTweaks/locales.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- English localization file for enUS and enGB.
local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
local AceLocale = LibStub:GetLibrary("AceLocale-3.0-ElvUI");
local L = AceLocale:NewLocale("ElvUI", "enUS", true);
if not L then return; end

Expand Down Expand Up @@ -97,49 +97,49 @@ L["Will hide stack text on auras that are not cast by you."] = true;
if GetLocale() == "enUS" then return end

--German Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "deDE")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "deDE")
if L then
--Add translations here
end

--Spanish (Spain) Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "esES")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "esES")
if L then
--Add translations here
end

--Spanish (Mexico) Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "esMX")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "esMX")
if L then
--Add translations here
end

--French Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "frFR")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "frFR")
if L then
--Add translations here
end

--Italian Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "itIT")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "itIT")
if L then
--Add translations here
end

--Korean Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "koKR")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "koKR")
if L then
--Add translations here
end

--Portuguese Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "ptBR")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "ptBR")
if L then
--Add translations here
end

--Russian Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "ruRU")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "ruRU")
if L then
L["%s is a collection of various tweaks for ElvUI. New features or changes have been requested by regular users and then fulfilled by members of the Tukui community."] = "%s представляет собой набор различных настроек для ElvUI. Новые возможности или изменения были запрошены обычными пользователями, а затем реализованы членами сообщества TukUI.";
L["%s is the author of the following tweaks:"] = "%s является автором следующих твиков:";
Expand Down Expand Up @@ -233,13 +233,13 @@ if L then
end

--Chinese (China, simplified) Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "zhCN")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "zhCN")
if L then
--Add translations here
end

--Chinese (Taiwan, traditional) Localizations
local L = LibStub("AceLocale-3.0"):NewLocale("ElvUI", "zhTW")
local L = LibStub("AceLocale-3.0-ElvUI"):NewLocale("ElvUI", "zhTW")
if L then
--Add translations here
end

0 comments on commit c8b8b40

Please sign in to comment.