Skip to content

Commit

Permalink
Switched to Open Raid Library
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jan 3, 2023
1 parent d55968d commit 39e7d0b
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 587 deletions.
2 changes: 1 addition & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ externals:
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
Libs/AceBucket-3.0: https://repos.wowace.com/wow/ace3/trunk/AceBucket-3.0
Libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0
Libs/LibOpenRaid: https://github.com/Tercioo/Open-Raid-Library.git

ignore:
- README.md
2 changes: 1 addition & 1 deletion Embeds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
<Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
<Include file="Libs\AceBucket-3.0\AceBucket-3.0.xml"/>
<Include file="Libs\AceComm-3.0\AceComm-3.0.xml"/>
<Include file="Libs\LibOpenRaid\lib.xml"/>

</Ui>
5 changes: 1 addition & 4 deletions Locale/deDE.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
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["Don't shorten dungeon names"] = "Dungeonnamen nicht abkürzen"
L["My new key"] = "Mein neuer Schlüssel"
L["Don't shorten dungeon names"] = "Dungeonnamen nicht abkürzen"
L["Pinned characters"] = "Angeheftete Charakters"
L["Until updated sending and reciving data will be disabled."] = "Während der Aktualisierung ist das Senden und Empfangen von Daten deaktiviert."
10 changes: 3 additions & 7 deletions Locale/enUS.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "enUS", true)

L["Addon outdated!"] = true
L["Until updated sending and reciving data will be disabled."] = true
L["Collecting keystone data. Please wait 10 seconds."] = true
L["My new key"] = true
L["Pinned characters"] = true
L["Display offline players"] = true
L["Don't shorten dungeon names"] = true
L["When checked tooltip will display full dungeon name."] = true
L["Set current character as the main one"] = true
L["Current character is now considered as the main one."] = true
L["Respond to !keys query"] = true
L["Get data from Astral Keys users"] = true
L["Display minimap button"] = true
L["Pinned characters"] = true
L["Comma-separated list of character names. They will be shown at the top of the list regardless of status."] = true
11 changes: 3 additions & 8 deletions Locale/ruRU.lua
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
local L = LibStub("AceLocale-3.0"):NewLocale("REKeys", "ruRU")
if not L then return end

L["Addon outdated!"] = "Аддон устарел!"
L["Collecting keystone data. Please wait 10 seconds."] = "Обновление данных по ключам. Подождите 10 секунд."
L["Current character is now considered as the main one."] = "Текущий персонаж теперь считается главным."
L["Don't shorten dungeon names"] = "Не сокращайте названия подземелий"
L["My new key"] = "Мой новый ключ"
L["Pinned characters"] = "Прикрепленные персонажи"
L["Respond to !keys query"] = "Ответить на запрос !Keys"
L["Set current character as the main one"] = "Установить текущего персонажа в качестве основного"
L["Until updated sending and reciving data will be disabled."] = "До обновления отправка и получение данных будут отключены."
L["Don't shorten dungeon names"] = "Не сокращайте названия подземелий"
L["When checked tooltip will display full dungeon name."] = "При проверке всплывающей подсказки будет отображаться полное название подземелья."
L["Respond to !keys query"] = "Ответить на запрос !Keys"
L["Pinned characters"] = "Прикрепленные персонажи"
3 changes: 0 additions & 3 deletions Locale/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
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."] = "傳送與接收數據將停用直到更新為止。"
Loading

0 comments on commit 39e7d0b

Please sign in to comment.