diff --git a/.pkgmeta b/.pkgmeta index 1bce2e6..43e2d8d 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -11,11 +11,9 @@ ignore: - .pkgmeta - .docmeta - ARLDataminer.rb - - Docs/Documentation.txt - - Docs/Main.txt - - externals.txt - DataMiner - dlcount + - Docs externals: libs/LibStub: svn://svn.wowace.com/wow/libstub/mainline/tags/1.0 diff --git a/Locals/ARLLocals-deDE.lua b/Locals/ARLLocals-deDE.lua index a6a862d..398bd4f 100644 --- a/Locals/ARLLocals-deDE.lua +++ b/Locals/ARLLocals-deDE.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "deDE", false) if not L then return end ---@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua index 09fb72e..a475974 100644 --- a/Locals/ARLLocals-enUS.lua +++ b/Locals/ARLLocals-enUS.lua @@ -59,11 +59,21 @@ L["ARL_DOC_DESC"] = "Documentation for Ackis Recipe List" -- UI Documentation L["Using Filters"] = true -L["USING_FILTERS_DESC"] = "Filters may be toggled on or off. There are two types of filters: one which will prevent the recipe from showing up at all, and one which will prevent a specific type of acquire information from showing up.\nWith the first type of filter, these match the proprieties of the recipe (ie: binding). If you toggle ARL to not show BoP recipes, no recipes that are BoP will show up in the scan. The second type of filter deals with acquire information. If a recipe is available as a mob drop, or from a vendor and you toggle to not show vendor recipes, the recipe will still show up but vendor information will be hidden for it. The reason is that there is still another way to acquire this recipe (mob drop) so it should still be included in the scan." +L["USING_FILTERS_DESC"] = [["Filters may be toggled on or off. There are two types of filters: one which will prevent the recipe from showing up at all, and one which will prevent a specific type of acquire information from showing up. +With the first type of filter, these match the proprieties of the recipe (ie: binding). If you toggle ARL to not show BoP recipes, no recipes that are BoP will show up in the scan. The second type of filter deals with acquire information. If a recipe is available as a mob drop, or from a vendor and you toggle to not show vendor recipes, the recipe will still show up but vendor information will be hidden for it. The reason is that there is still another way to acquire this recipe (mob drop) so it should still be included in the scan."]] L["Reporting Bugs"] = true -L["REPORTING_BUGS_DESC"] = "When reporting a bug, please make sure you do the following:\n\n1) Download the latest version, available from http://www.wowace.com/projects/arl/files/\n\n2) Make sure there is not a bug report filed for your issue already. You can check these at http://www.wowace.com/projects/arl/tickets/\n\n2a) Disable addons such as Skillet or ATSW.\n\n3) If your problem is not listed and you are using the latest version verify your addon settings. Verify filters, profiles, etc.\n\n4) You have found a bug that no one has reported before. Create a new ticket at http://www.wowace.com/projects/arl/tickets/ with a descriptive heading about the problem. In the ticket make sure you include the error message that you received (just the error message, I don't need a listing of the addons you use), the recipe/profession you were working with, and any other info that you think may help.\n\nWhen posting a bug report, do NOT include all of the addons from swatter. This just makes it difficult to read. If you want a good error reporting mod, get BugSack. Do not post errors/missing recipes in the comments, or send them to me via a PM. Post them as a ticket which I can address and track easily." +L["REPORTING_BUGS_DESC"] = [["When reporting a bug, please make sure you do the following: +1) Download the latest version, available from http://www.wowace.com/projects/arl/files/ +2) Make sure there is not a bug report filed for your issue already. You can check these at http://www.wowace.com/projects/arl/tickets/ +2a) Disable addons such as Skillet or ATSW. +3) If your problem is not listed and you are using the latest version verify your addon settings. Verify filters, profiles, etc. +4) You have found a bug that no one has reported before. Create a new ticket at http://www.wowace.com/projects/arl/tickets/ with a descriptive heading about the problem. In the ticket make sure you include the error message that you received (just the error message, I don't need a listing of the addons you use), the recipe/profession you were working with, and any other info that you think may help. +When posting a bug report, do NOT include all of the addons from swatter. This just makes it difficult to read. If you want a good error reporting mod, get BugSack. Do not post errors/missing recipes in the comments, or send them to me via a PM. Post them as a ticket which I can address and track easily."]] L["Common Issues"] = true -L["COMMON_ISSUES_DESC"] = "Please refer to these common issues before submitting a bug report.\n\n1) Recipe X does not show up! - Check your filter settings to make sure that the recipe is not being filtered.\n\n2) Inscription is missing so many glyphs! Why aren't they listed? Turn off your 'classes' filter. By default (and due to popular request) ARL will only show recipes which your class can use and most glpyhs are not usable by your class.\n\n3) I don't want to see opposite faction recipes! Turn on the factions filter. This will set it up to only display your factions obtainable recipes. If something still shows up and it shouldn't, please submit a bug report." +L["COMMON_ISSUES_DESC"] = [["Please refer to these common issues before submitting a bug report. +1) Recipe X does not show up! - Check your filter settings to make sure that the recipe is not being filtered. +2) Inscription is missing so many glyphs! Why aren't they listed? Turn off your 'classes' filter. By default (and due to popular request) ARL will only show recipes which your class can use and most glpyhs are not usable by your class. +3) I don't want to see opposite faction recipes! Turn on the factions filter. This will set it up to only display your factions obtainable recipes. If something still shows up and it shouldn't, please submit a bug report."]] -- Config UI Elements and their associated descriptions L["Include Filtered"] = true @@ -286,7 +296,8 @@ L["ARL_ALLEXCLUDED"] = "Although you have already scanned this profession, your L["NO_DISPLAY"] = "No recipes to display. If you get this message please submit a ticket at http://www.wowace.com/projects/arl/tickets listing what filters you have, what is in your exclusion list, which profession, and the number of known/unknown recipes." -- Error/warning Text -L["MissingFromDB"] = ": is missing from the database. \nPlease inform the author of the add-on about this recipe." +L["MissingFromDB"] = [[": is missing from the database. +Please inform the author of the add-on about this recipe."]] L["UnknownTradeSkill"] = "You have opened up a trade skill window which is not supported by this add-on. The trade skill is %s. Please provide the author of the add-on with this information." L["OpenTradeSkillWindow"] = "Please open trade skill window to scan." L["SpellIDCache"] = "Spell ID: %s is not in your local cache. Please submit a ticket at http://wow.curseforge.com/projects/ackis-recipe-list/tickets/ and include the spell ID and the profession in which you were scanning." diff --git a/Locals/ARLLocals-esES.lua b/Locals/ARLLocals-esES.lua index 861293b..df5fef3 100644 --- a/Locals/ARLLocals-esES.lua +++ b/Locals/ARLLocals-esES.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "esES", false) if not L then return end ---@localization(locale="esES", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="esES", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-esMX.lua b/Locals/ARLLocals-esMX.lua index 2ebe16c..01e4fb7 100644 --- a/Locals/ARLLocals-esMX.lua +++ b/Locals/ARLLocals-esMX.lua @@ -27,4 +27,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "esMX", false) if not L then return end ---@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-frFR.lua b/Locals/ARLLocals-frFR.lua index 28bef00..a79e624 100644 --- a/Locals/ARLLocals-frFR.lua +++ b/Locals/ARLLocals-frFR.lua @@ -27,4 +27,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "frFR") if not L then return end ---@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-koKR.lua b/Locals/ARLLocals-koKR.lua index be1b389..b5af3b8 100644 --- a/Locals/ARLLocals-koKR.lua +++ b/Locals/ARLLocals-koKR.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "koKR", false) if not L then return end ---@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-ruRU.lua b/Locals/ARLLocals-ruRU.lua index 2276f79..2665e9d 100644 --- a/Locals/ARLLocals-ruRU.lua +++ b/Locals/ARLLocals-ruRU.lua @@ -27,4 +27,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "ruRU", true) if not L then return end ---@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-zhCN.lua b/Locals/ARLLocals-zhCN.lua index f755250..3726e38 100644 --- a/Locals/ARLLocals-zhCN.lua +++ b/Locals/ARLLocals-zhCN.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "zhCN", false) if not L then return end ---@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/Locals/ARLLocals-zhTW.lua b/Locals/ARLLocals-zhTW.lua index 3a001ff..01d93af 100644 --- a/Locals/ARLLocals-zhTW.lua +++ b/Locals/ARLLocals-zhTW.lua @@ -28,4 +28,4 @@ local L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "zhTW", false) if not L then return end ---@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ +--@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="ignore", escape-non-ascii=false, same-key-is-true=true)@ \ No newline at end of file diff --git a/externals.txt b/externals.txt deleted file mode 100644 index 9d37921..0000000 --- a/externals.txt +++ /dev/null @@ -1,17 +0,0 @@ -DataMiner svn://svn.curseforge.net/wow/data-tools/mainline/trunk/ -libs/LibStub svn://svn.wowace.com/wow/libstub/mainline/tags/1.0 -libs/CallbackHandler-1.0 svn://svn.wowace.com/wow/callbackhandler/mainline/tags/1.0.3/CallbackHandler-1.0 -libs/AceLocale-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0 -libs/AceConfig-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0 -libs/AceEvent-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0 -libs/AceConsole-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConsole-3.0 -libs/AceDBOptions-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-3.0 -libs/AceDB-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0 -libs/AceGUI-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0 -libs/AceAddon-3.0 svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0 -libs/LibBabble-Faction-3.0 svn://svn.wowace.com/wow/libbabble-faction-3-0/mainline/trunk -libs/LibBabble-Boss-3.0 svn://svn.wowace.com/wow/libbabble-boss-3-0/mainline/trunk -libs/LibBabble-Zone-3.0 svn://svn.wowace.com/wow/libbabble-zone-3-0/mainline/trunk -libs/LibAboutPanel svn://svn.curseforge.net/wow/libaboutpanel/mainline/trunk -libs/LibBetterBlizzOptions svn://svn.wowace.com/wow/libbetterblizzoptions-1-0/mainline/trunk -libs/LibSharedMedia-3.0 svn://svn.wowace.com/wow/libsharedmedia-3-0/mainline/tags/2 \ No newline at end of file