diff --git a/OrderHallCommander/OrderHallCommander.toc b/OrderHallCommander/OrderHallCommander.toc deleted file mode 100644 index a866ddd..0000000 --- a/OrderHallCommander/OrderHallCommander.toc +++ /dev/null @@ -1,50 +0,0 @@ -## Interface: 70100 -## Title: OrderHallCommander -## Notes: Sending all follower to missions with just one click and more -## Notes-itIT: Invia tutti i seguaci in missione con un click e molto altro -## Notes-frFR: Vous aide au moment de choisir le droit utilisateur pour la bonne mission -## Notes-esES: Enviar todos los seguidores en una misión con un clic y más -## Notes-esMX: Enviar todos los seguidores en una misión con un clic y más -## Notes-ptBR: Enviar todos os seguidores em uma missão com um clique e mais -## Notes-koKR: 클릭 등을 통해 임무에 모든 추종자 보내기 -## Notes-deDE: Senden Sie alle Anhänger auf einer Mission mit einem Klick und mehr -## Notes-ruRU: Отправить всех последователей на миссии со щелчком и более -## Notes-zhTW: 发送所有的追随者与点击多任务 -## Notes-zhCN: 發送所有的追隨者與點擊多任務 -## Author: Alar of Runetotem -## Version: 0.9.9 7.1.0 -## X-Revision: @project-abbreviated-hash@ -## eMail: alar@aspide.it -## URL: http://wow.aspide.it -## OptionalDeps: Ace3,LibInit -## Dependencies: Blizzard_OrderHallUI -## DefaultState: Enabled -## LoadOnDemand: 1 -## LoadWith: Blizzard_OrderHallUI -## SavedVariables: dbOHC -## SavedVariablesPerCharacter: dbOHCperChar -## X-ID: OHC -## X-Database:dbOHC -## X-Category: Garrison -## X-License: GPL v3 -## X-eMail: alar@aspide.it -## X-Date: @project-date-iso@ -## X-Embeds: LibInit -embeds.xml -localization.lua -OrderHallCommander.xml -core.lua -autocomplete.lua -autopilot.lua -cache.lua -followerpage.lua -matchmaker.lua -missionlist.lua -missionpage.lua -widgets.xml -RelNotes.lua -data.lua -wowhead.lua -#@do-not-package@ -Debug.lua -#@end-do-not-package@ diff --git a/OrderHallCommander/localization.lua b/OrderHallCommander/localization.lua deleted file mode 100644 index 54061b0..0000000 --- a/OrderHallCommander/localization.lua +++ /dev/null @@ -1,55 +0,0 @@ -local me,ns=... -local lang=GetLocale() -local l=LibStub("AceLocale-3.0") -local L=l:NewLocale(me,"enUS",true,true) ---@localization(locale="enUS", format="lua_additive_table" , same-key-is-true=true, handle-unlocalized="blank" )@ -L=l:NewLocale(me,"ptBR") -if (L) then ---@localization(locale="ptBR", format="lua_additive_table" , same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"frFR") -if (L) then ---@localization(locale="frFR", format="lua_additive_table" , same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"deDE") -if (L) then ---@localization(locale="deDE", format="lua_additive_table" , same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"itIT") -if (L) then ---@localization(locale="itIT", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"koKR") -if (L) then ---@localization(locale="koKR", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"esMX") -if (L) then ---@localization(locale="esMX", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"ruRU") -if (L) then ---@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"zhCN") -if (L) then ---@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"esES") -if (L) then ---@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end -L=l:NewLocale(me,"zhTW") -if (L) then ---@localization(locale="zhTW", format="lua_additive_table", same-key-is-true=true, handle-unlocalized="blank" )@ -return -end \ No newline at end of file