diff --git a/Development/QHBuild.sh b/Development/QHBuild.sh index af57b9d..0e79748 100755 --- a/Development/QHBuild.sh +++ b/Development/QHBuild.sh @@ -4,13 +4,11 @@ release=a version=0 issue=0 branch=trunk -# locale "all" means a version that will run on all locales. It does NOT mean build all locale specific versions. -locale=all if [ $# -eq 0 ] then echo >&2 \ - "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch] [-locale all|some_locale]" + "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch]" exit 1 fi @@ -21,9 +19,8 @@ do -version) version="$2"; shift;; -issue) issue="$2"; shift;; -branch) branch="$2"; shift;; - -locale) locale="$2"; shift;; -*) echo >&2 \ - "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch] [-locale all|some_locale]" + "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch]" exit 1;; *) break;; # terminate while loop esac @@ -35,7 +32,7 @@ then echo >&2 \ "Release must be 'a', 'b' or 'r'." echo >&2 \ - "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch] [-locale all|some_locale]" + "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch]" exit 1 fi @@ -66,7 +63,7 @@ then echo >&2 \ "Branch exists." echo >&2 \ - "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch] [-locale all|some_locale]" + "usage: $0 [-release a|b|r] [-version some_repository_version] [-issue an_issue_number] [-branch trunk|some_branch]" exit 1 fi fi @@ -99,17 +96,6 @@ cd build release_string=${version}${release} -echo Copying appropriate locale file into place. -cp -v QHData/QHData.toc.${locale} QHData/QHData.toc -if [ $? -ne 0 ] -then - echo Build fails. Cleaning up. - cd .. - rm -rvf build - echo Build failed. Unknown locale. - return 1 -fi - echo Replacing version tag and creating package. if [ $issue -gt 0 ] then @@ -118,7 +104,7 @@ fi sub="s/\\\$svnversion\\\$/${release_string}/g" sub2='s/4\.0\.1/4\.2\.0/' -for toc in `find . -iname "*.toc*"` +for toc in `find . -iname "*.toc"` do echo Replacing version tag in ${toc}. cp $toc $toc.bak @@ -140,11 +126,9 @@ do rm $lua.bak done -release_string=${version}${release}"-"${locale} - echo ${release_string} -zip -qdgds 1m -r QuestHelper-4.2.0.${release_string}.zip QuestHelper/ QHData/ +zip -qdgds 1m -r QuestHelper-4.2.0.${release_string}.zip QuestHelper/ QHData-* echo Moving the package up one directory level. mv -v *.zip .. diff --git a/QHData-base/QHData-base.toc b/QHData-base/QHData-base.toc new file mode 100644 index 0000000..a261f62 --- /dev/null +++ b/QHData-base/QHData-base.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (Base) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ + +# This is kind of a lot of files. +static.lua +static_1.lua +static_2.lua +locale.lua diff --git a/QHData-base/locale.lua b/QHData-base/locale.lua new file mode 100644 index 0000000..f64ebb1 --- /dev/null +++ b/QHData-base/locale.lua @@ -0,0 +1,3 @@ +local loaded, reason = LoadAddon("QHData-" .. GetLocale()) + +assert(loaded == 1, getglobal("ADDON_" .. reason)) diff --git a/QHData/static.lua b/QHData-base/static.lua similarity index 100% rename from QHData/static.lua rename to QHData-base/static.lua diff --git a/QHData/static_1.lua b/QHData-base/static_1.lua similarity index 100% rename from QHData/static_1.lua rename to QHData-base/static_1.lua diff --git a/QHData/static_2.lua b/QHData-base/static_2.lua similarity index 100% rename from QHData/static_2.lua rename to QHData-base/static_2.lua diff --git a/QHData-deDE/QHData-deDE.toc b/QHData-deDE/QHData-deDE.toc new file mode 100644 index 0000000..e124c35 --- /dev/null +++ b/QHData-deDE/QHData-deDE.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (deDE) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_deDE.lua +static_deDE_1.lua +static_deDE_2.lua diff --git a/QHData/static_deDE.lua b/QHData-deDE/static_deDE.lua similarity index 100% rename from QHData/static_deDE.lua rename to QHData-deDE/static_deDE.lua diff --git a/QHData/static_deDE_1.lua b/QHData-deDE/static_deDE_1.lua similarity index 100% rename from QHData/static_deDE_1.lua rename to QHData-deDE/static_deDE_1.lua diff --git a/QHData/static_deDE_2.lua b/QHData-deDE/static_deDE_2.lua similarity index 100% rename from QHData/static_deDE_2.lua rename to QHData-deDE/static_deDE_2.lua diff --git a/QHData-enUS/QHData-enUS.toc b/QHData-enUS/QHData-enUS.toc new file mode 100644 index 0000000..affa5fc --- /dev/null +++ b/QHData-enUS/QHData-enUS.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (enUS) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_enUS.lua +static_enUS_1.lua +static_enUS_2.lua diff --git a/QHData/static_enUS.lua b/QHData-enUS/static_enUS.lua similarity index 100% rename from QHData/static_enUS.lua rename to QHData-enUS/static_enUS.lua diff --git a/QHData/static_enUS_1.lua b/QHData-enUS/static_enUS_1.lua similarity index 100% rename from QHData/static_enUS_1.lua rename to QHData-enUS/static_enUS_1.lua diff --git a/QHData/static_enUS_2.lua b/QHData-enUS/static_enUS_2.lua similarity index 100% rename from QHData/static_enUS_2.lua rename to QHData-enUS/static_enUS_2.lua diff --git a/QHData-esES/QHData-esES.toc b/QHData-esES/QHData-esES.toc new file mode 100644 index 0000000..c94b594 --- /dev/null +++ b/QHData-esES/QHData-esES.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (esES) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_esES.lua +static_esES_1.lua +static_esES_2.lua diff --git a/QHData/static_esES.lua b/QHData-esES/static_esES.lua similarity index 100% rename from QHData/static_esES.lua rename to QHData-esES/static_esES.lua diff --git a/QHData/static_esES_1.lua b/QHData-esES/static_esES_1.lua similarity index 100% rename from QHData/static_esES_1.lua rename to QHData-esES/static_esES_1.lua diff --git a/QHData/static_esES_2.lua b/QHData-esES/static_esES_2.lua similarity index 100% rename from QHData/static_esES_2.lua rename to QHData-esES/static_esES_2.lua diff --git a/QHData-esMX/QHData-esMX.toc b/QHData-esMX/QHData-esMX.toc new file mode 100644 index 0000000..d1b890b --- /dev/null +++ b/QHData-esMX/QHData-esMX.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (esMX) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_esMX.lua +static_esMX_1.lua +static_esMX_2.lua diff --git a/QHData/static_esMX.lua b/QHData-esMX/static_esMX.lua similarity index 100% rename from QHData/static_esMX.lua rename to QHData-esMX/static_esMX.lua diff --git a/QHData/static_esMX_1.lua b/QHData-esMX/static_esMX_1.lua similarity index 100% rename from QHData/static_esMX_1.lua rename to QHData-esMX/static_esMX_1.lua diff --git a/QHData/static_esMX_2.lua b/QHData-esMX/static_esMX_2.lua similarity index 100% rename from QHData/static_esMX_2.lua rename to QHData-esMX/static_esMX_2.lua diff --git a/QHData-frFR/QHData-frFR.toc b/QHData-frFR/QHData-frFR.toc new file mode 100644 index 0000000..048b2b7 --- /dev/null +++ b/QHData-frFR/QHData-frFR.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (frFR) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_frFR.lua +static_frFR_1.lua +static_frFR_2.lua diff --git a/QHData/static_frFR.lua b/QHData-frFR/static_frFR.lua similarity index 100% rename from QHData/static_frFR.lua rename to QHData-frFR/static_frFR.lua diff --git a/QHData/static_frFR_1.lua b/QHData-frFR/static_frFR_1.lua similarity index 100% rename from QHData/static_frFR_1.lua rename to QHData-frFR/static_frFR_1.lua diff --git a/QHData/static_frFR_2.lua b/QHData-frFR/static_frFR_2.lua similarity index 100% rename from QHData/static_frFR_2.lua rename to QHData-frFR/static_frFR_2.lua diff --git a/QHData-koKR/QHData-koKR.toc b/QHData-koKR/QHData-koKR.toc new file mode 100644 index 0000000..57425ab --- /dev/null +++ b/QHData-koKR/QHData-koKR.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (koKR) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_koKR.lua +static_koKR_1.lua +static_koKR_2.lua diff --git a/QHData/static_koKR.lua b/QHData-koKR/static_koKR.lua similarity index 100% rename from QHData/static_koKR.lua rename to QHData-koKR/static_koKR.lua diff --git a/QHData/static_koKR_1.lua b/QHData-koKR/static_koKR_1.lua similarity index 100% rename from QHData/static_koKR_1.lua rename to QHData-koKR/static_koKR_1.lua diff --git a/QHData/static_koKR_2.lua b/QHData-koKR/static_koKR_2.lua similarity index 100% rename from QHData/static_koKR_2.lua rename to QHData-koKR/static_koKR_2.lua diff --git a/QHData-ruRU/QHData-ruRU.toc b/QHData-ruRU/QHData-ruRU.toc new file mode 100644 index 0000000..7614063 --- /dev/null +++ b/QHData-ruRU/QHData-ruRU.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (ruRU) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_ruRU.lua +static_ruRU_1.lua +static_ruRU_2.lua diff --git a/QHData/static_ruRU.lua b/QHData-ruRU/static_ruRU.lua similarity index 100% rename from QHData/static_ruRU.lua rename to QHData-ruRU/static_ruRU.lua diff --git a/QHData/static_ruRU_1.lua b/QHData-ruRU/static_ruRU_1.lua similarity index 100% rename from QHData/static_ruRU_1.lua rename to QHData-ruRU/static_ruRU_1.lua diff --git a/QHData/static_ruRU_2.lua b/QHData-ruRU/static_ruRU_2.lua similarity index 100% rename from QHData/static_ruRU_2.lua rename to QHData-ruRU/static_ruRU_2.lua diff --git a/QHData-zhCN/QHData-zhCN.toc b/QHData-zhCN/QHData-zhCN.toc new file mode 100644 index 0000000..b4dab85 --- /dev/null +++ b/QHData-zhCN/QHData-zhCN.toc @@ -0,0 +1,9 @@ +## Interface: 40200 +## Title: QuestHelper Data (zhCN) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_zhCN.lua diff --git a/QHData/static_zhCN.lua b/QHData-zhCN/static_zhCN.lua similarity index 100% rename from QHData/static_zhCN.lua rename to QHData-zhCN/static_zhCN.lua diff --git a/QHData-zhTW/QHData-zhTW.toc b/QHData-zhTW/QHData-zhTW.toc new file mode 100644 index 0000000..ac65fa6 --- /dev/null +++ b/QHData-zhTW/QHData-zhTW.toc @@ -0,0 +1,11 @@ +## Interface: 40200 +## Title: QuestHelper Data (zhTW) +## Author: zorbathut, smariot, vipersniper, nesher, nconantj +## Notes: Contains the data needed by QuestHelper +## Version: 4.0.1.$svnversion$ +## Dependencies: QHData-base +## LoadOnDemand: 1 + +static_zhTW.lua +static_zhTW_1.lua +static_zhTW_2.lua diff --git a/QHData/static_zhTW.lua b/QHData-zhTW/static_zhTW.lua similarity index 100% rename from QHData/static_zhTW.lua rename to QHData-zhTW/static_zhTW.lua diff --git a/QHData/static_zhTW_1.lua b/QHData-zhTW/static_zhTW_1.lua similarity index 100% rename from QHData/static_zhTW_1.lua rename to QHData-zhTW/static_zhTW_1.lua diff --git a/QHData/static_zhTW_2.lua b/QHData-zhTW/static_zhTW_2.lua similarity index 100% rename from QHData/static_zhTW_2.lua rename to QHData-zhTW/static_zhTW_2.lua diff --git a/QHData/QHData.toc.all b/QHData/QHData.toc.all deleted file mode 100644 index 7730846..0000000 --- a/QHData/QHData.toc.all +++ /dev/null @@ -1,92 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (ALL LOCALES) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_deDE.lua -static_deDE_1.lua -static_deDE_2.lua -static_enUS.lua -static_enUS_1.lua -static_enUS_2.lua -static_esES.lua -static_esES_1.lua -static_esES_2.lua -static_esMX.lua -static_esMX_1.lua -static_esMX_2.lua -static_frFR.lua -static_frFR_1.lua -static_frFR_2.lua -static_koKR.lua -static_koKR_1.lua -static_koKR_2.lua -static_ruRU.lua -static_ruRU_1.lua -static_ruRU_2.lua -static_zhTW.lua -static_zhTW_1.lua -static_zhTW_2.lua diff --git a/QHData/QHData.toc.deDe b/QHData/QHData.toc.deDe deleted file mode 100644 index 18f664b..0000000 --- a/QHData/QHData.toc.deDe +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (deDE) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_deDE.lua -static_deDE_1.lua -static_deDE_2.lua diff --git a/QHData/QHData.toc.enUS b/QHData/QHData.toc.enUS deleted file mode 100644 index 883a41f..0000000 --- a/QHData/QHData.toc.enUS +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (enUS) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_enUS.lua -static_enUS_1.lua -static_enUS_2.lua diff --git a/QHData/QHData.toc.esES b/QHData/QHData.toc.esES deleted file mode 100644 index 8bf7a95..0000000 --- a/QHData/QHData.toc.esES +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (esES) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_esES.lua -static_esES_1.lua -static_esES_2.lua diff --git a/QHData/QHData.toc.esMX b/QHData/QHData.toc.esMX deleted file mode 100644 index 53d860d..0000000 --- a/QHData/QHData.toc.esMX +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (esMX) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_esMX.lua -static_esMX_1.lua -static_esMX_2.lua diff --git a/QHData/QHData.toc.frFR b/QHData/QHData.toc.frFR deleted file mode 100644 index f97051d..0000000 --- a/QHData/QHData.toc.frFR +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (frFR) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_frFR.lua -static_frFR_1.lua -static_frFR_2.lua diff --git a/QHData/QHData.toc.koKR b/QHData/QHData.toc.koKR deleted file mode 100644 index ef85160..0000000 --- a/QHData/QHData.toc.koKR +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (koKR) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_koKR.lua -static_koKR_1.lua -static_koKR_2.lua diff --git a/QHData/QHData.toc.ruRU b/QHData/QHData.toc.ruRU deleted file mode 100644 index 2dcfb56..0000000 --- a/QHData/QHData.toc.ruRU +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (ruRU) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_ruRU.lua -static_ruRU_1.lua -static_ruRU_2.lua diff --git a/QHData/QHData.toc.zhCN b/QHData/QHData.toc.zhCN deleted file mode 100644 index b17c5ab..0000000 --- a/QHData/QHData.toc.zhCN +++ /dev/null @@ -1,69 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (zhCN) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_zhCN.lua diff --git a/QHData/QHData.toc.zhTW b/QHData/QHData.toc.zhTW deleted file mode 100644 index 1e13d4a..0000000 --- a/QHData/QHData.toc.zhTW +++ /dev/null @@ -1,71 +0,0 @@ -## Interface: 40200 -## Title: QuestHelper Data (zhTW) -## Author: zorbathut, smariot, vipersniper, nesher, nconantj -## Notes: Contains the data needed by QuestHelper -## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst. -## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre. -## Notes-esES: Calcula la mejor ruta a seguir para usted. -## Notes-esMX: Calcula la mejor ruta a seguir para usted. -## Notes-koKR: 노선에 대한 계산을 수행합니다. -## Version: 4.0.1.$svnversion$ -## X-Website: http://www.quest-helper.com/ -## X-Embeds: AstrolabeQH, ChatThrottleLib - -# Explanation of optional deps: -# Cartographer_Waypoints and Tomtom are there so I can link with their arrows properly. -# Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on. -# Tekticles is around because, if QH loads before it does, then QH doesn't use its custom fonts, and I think its custom fonts are pretty. There's probably a better solution to this, but it turns out I'm incredibly lazy, so, meh. -# UnicodeFont: see Tekticles -# ClearFont2: see Tekticles - - -# That is a pile of saved variables. Let me try to explain them better. -# -# Old data gathering: -# QuestHelper_SaveDate: Date of last shutdown. -# QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems. -# -# New data gathering: -# QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile -# -# Misc: -# QuestHelper_Pref: User preferences -# QuestHelper_UID: User unique ID -# QuestHelper_Errors: List of errors seen -# -# Everything under "Old data gathering" will go away once the new data gathering is in place. (note: they have mostly gone away) -# -# Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab - -lang.lua -lang\cscz.lua -lang\dadk.lua -lang\dede.lua -lang\elel.lua -lang\enus.lua -lang\eses.lua -lang\esmx.lua -lang\fifi.lua -lang\frfr.lua -lang\huhu.lua -lang\itit.lua -lang\kokr.lua -lang\nlnl.lua -lang\nono.lua -lang\plpl.lua -lang\ptbr.lua -lang\ptpt.lua -lang\roro.lua -lang\ruru.lua -lang\svse.lua -lang\trtr.lua -lang\zhcn.lua -lang\zhtw.lua - -# This is kind of a lot of files. -static.lua -static_1.lua -static_2.lua -static_zhTW.lua -static_zhTW_1.lua -static_zhTW_2.lua diff --git a/QuestHelper/QuestHelper.toc b/QuestHelper/QuestHelper.toc index 9f647a0..8b28d9b 100644 --- a/QuestHelper/QuestHelper.toc +++ b/QuestHelper/QuestHelper.toc @@ -8,7 +8,7 @@ ## Notes-esMX: Calcula la mejor ruta a seguir para usted. ## Notes-koKR: 노선에 대한 계산을 수행합니다. ## Version: 4.0.1.$svnversion$ -## Dependencies: QHData +## Dependencies: QHData-base ## OptionalDeps: Cartographer_Waypoints, TomTom, Cartographer_InstanceMaps, !Swatter, tekticles, UnicodeFont, ClearFont2 ## SavedVariables: QuestHelper_Pref QuestHelper_UID QuestHelper_SaveDate QuestHelper_Errors QuestHelper_Collector QuestHelper_Collector_Version ## SavedVariablesPerCharacter: QuestHelper_KnownFlightRoutes QuestHelper_Home QuestHelper_CharVersion QuestHelper_Flight_Updates diff --git a/QuestHelper/db_get.lua b/QuestHelper/db_get.lua index 3ab1eb1..9c998c9 100644 --- a/QuestHelper/db_get.lua +++ b/QuestHelper/db_get.lua @@ -8,7 +8,7 @@ local dev_mode = (QuestHelper_File["db_get.lua"] == "Development Version") local QHDB_temp = QHDB QHDB = nil local QHDB = QHDB_temp]] ---QuestHelper: Assert(dev_mode or #QHDB == 4) +QuestHelper: Assert(#QHDB == 4, "Please make sure that you are loading a locale.") local weak_v = { __mode = 'v' } local weak_k = { __mode = 'k' } @@ -300,4 +300,4 @@ function DB_Export() end end end -end \ No newline at end of file +end diff --git a/QHData/lang.lua b/QuestHelper/lang.lua similarity index 100% rename from QHData/lang.lua rename to QuestHelper/lang.lua diff --git a/QHData/lang/cscz.lua b/QuestHelper/lang/cscz.lua similarity index 100% rename from QHData/lang/cscz.lua rename to QuestHelper/lang/cscz.lua diff --git a/QHData/lang/dadk.lua b/QuestHelper/lang/dadk.lua similarity index 100% rename from QHData/lang/dadk.lua rename to QuestHelper/lang/dadk.lua diff --git a/QHData/lang/dede.lua b/QuestHelper/lang/dede.lua similarity index 100% rename from QHData/lang/dede.lua rename to QuestHelper/lang/dede.lua diff --git a/QHData/lang/elel.lua b/QuestHelper/lang/elel.lua similarity index 100% rename from QHData/lang/elel.lua rename to QuestHelper/lang/elel.lua diff --git a/QHData/lang/enus.lua b/QuestHelper/lang/enus.lua similarity index 100% rename from QHData/lang/enus.lua rename to QuestHelper/lang/enus.lua diff --git a/QHData/lang/eses.lua b/QuestHelper/lang/eses.lua similarity index 100% rename from QHData/lang/eses.lua rename to QuestHelper/lang/eses.lua diff --git a/QHData/lang/esmx.lua b/QuestHelper/lang/esmx.lua similarity index 100% rename from QHData/lang/esmx.lua rename to QuestHelper/lang/esmx.lua diff --git a/QHData/lang/fifi.lua b/QuestHelper/lang/fifi.lua similarity index 100% rename from QHData/lang/fifi.lua rename to QuestHelper/lang/fifi.lua diff --git a/QHData/lang/frfr.lua b/QuestHelper/lang/frfr.lua similarity index 100% rename from QHData/lang/frfr.lua rename to QuestHelper/lang/frfr.lua diff --git a/QHData/lang/huhu.lua b/QuestHelper/lang/huhu.lua similarity index 100% rename from QHData/lang/huhu.lua rename to QuestHelper/lang/huhu.lua diff --git a/QHData/lang/itit.lua b/QuestHelper/lang/itit.lua similarity index 100% rename from QHData/lang/itit.lua rename to QuestHelper/lang/itit.lua diff --git a/QHData/lang/kokr.lua b/QuestHelper/lang/kokr.lua similarity index 100% rename from QHData/lang/kokr.lua rename to QuestHelper/lang/kokr.lua diff --git a/QHData/lang/nlnl.lua b/QuestHelper/lang/nlnl.lua similarity index 100% rename from QHData/lang/nlnl.lua rename to QuestHelper/lang/nlnl.lua diff --git a/QHData/lang/nono.lua b/QuestHelper/lang/nono.lua similarity index 100% rename from QHData/lang/nono.lua rename to QuestHelper/lang/nono.lua diff --git a/QHData/lang/plpl.lua b/QuestHelper/lang/plpl.lua similarity index 100% rename from QHData/lang/plpl.lua rename to QuestHelper/lang/plpl.lua diff --git a/QHData/lang/ptbr.lua b/QuestHelper/lang/ptbr.lua similarity index 100% rename from QHData/lang/ptbr.lua rename to QuestHelper/lang/ptbr.lua diff --git a/QHData/lang/ptpt.lua b/QuestHelper/lang/ptpt.lua similarity index 100% rename from QHData/lang/ptpt.lua rename to QuestHelper/lang/ptpt.lua diff --git a/QHData/lang/roro.lua b/QuestHelper/lang/roro.lua similarity index 100% rename from QHData/lang/roro.lua rename to QuestHelper/lang/roro.lua diff --git a/QHData/lang/ruru.lua b/QuestHelper/lang/ruru.lua similarity index 100% rename from QHData/lang/ruru.lua rename to QuestHelper/lang/ruru.lua diff --git a/QHData/lang/svse.lua b/QuestHelper/lang/svse.lua similarity index 100% rename from QHData/lang/svse.lua rename to QuestHelper/lang/svse.lua diff --git a/QHData/lang/trtr.lua b/QuestHelper/lang/trtr.lua similarity index 100% rename from QHData/lang/trtr.lua rename to QuestHelper/lang/trtr.lua diff --git a/QHData/lang/zhcn.lua b/QuestHelper/lang/zhcn.lua similarity index 100% rename from QHData/lang/zhcn.lua rename to QuestHelper/lang/zhcn.lua diff --git a/QHData/lang/zhtw.lua b/QuestHelper/lang/zhtw.lua similarity index 100% rename from QHData/lang/zhtw.lua rename to QuestHelper/lang/zhtw.lua