Skip to content

Commit

Permalink
Updated locales
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jan 1, 2018
1 parent 7a38186 commit dcf8343
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Locale/Locale.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

<Script file="enUS.lua"/>
<Script file="ruRU.lua"/>
<Script file="zhTW.lua"/>
<Script file="deDE.lua"/>

</Ui>
8 changes: 8 additions & 0 deletions Locale/deDE.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "deDE")
if not L then return end

L["Addon outdated!"] = "Addon veraltet!"
L["Collecting keystone data. Please wait 10 seconds."] = "Sammle Schlüsselstein Daten. Bitte 10 sekunden warten."
L["My new key"] = "Mein neuer Schlüssel"
L["Pinned characters"] = "Angeheftete Charakters"
L["Until updated sending and reciving data will be disabled."] = "Während des Updaten ist das Senden und Empfangen von Daten deaktiviert."
8 changes: 8 additions & 0 deletions Locale/zhTW.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "zhTW")
if not L then return end

L["Addon outdated!"] = "插件過期!"
L["Collecting keystone data. Please wait 10 seconds."] = "收集鑰石數據,請等候10秒。"
L["My new key"] = "我的新鑰石"
L["Pinned characters"] = "固定角色"
L["Until updated sending and reciving data will be disabled."] = "傳送與接收數據將停用直到更新為止。"

0 comments on commit dcf8343

Please sign in to comment.