From e95f221d7aeca99949f600cc6f420ef685861a28 Mon Sep 17 00:00:00 2001 From: FranekWoW <46614084+franekwow@users.noreply.github.com> Date: Sun, 16 Jun 2019 11:38:05 +0100 Subject: [PATCH] New locale files for enGB, esMX, ptBR but without translations. --- HandyNotes_ShrinesForJewelcrafters.toc | 3 +++ Localization/enGB.lua | 41 ++++++++++++++++++++++++++++++++ Localization/esES.lua | 2 +- Localization/esMX.lua | 41 ++++++++++++++++++++++++++++++++ Localization/itIT.lua | 2 +- Localization/ptBR.lua | 41 ++++++++++++++++++++++++++++++++ 6 files changed, 128 insertions(+), 2 deletions(-) create mode 100644 Localization/enGB.lua create mode 100644 Localization/esMX.lua create mode 100644 Localization/ptBR.lua diff --git a/HandyNotes_ShrinesForJewelcrafters.toc b/HandyNotes_ShrinesForJewelcrafters.toc index b3a833f..1241ed2 100644 --- a/HandyNotes_ShrinesForJewelcrafters.toc +++ b/HandyNotes_ShrinesForJewelcrafters.toc @@ -15,11 +15,14 @@ embeds.xml #@end-no-lib-strip@ Localization/deDE.lua +Localization/enGB.lua Localization/enUS.lua Localization/esES.lua +Localization/esMX.lua Localization/frFR.lua Localization/itIT.lua Localization/koKR.lua +Localization/ptBR.lua Localization/ruRU.lua Localization/zhCN.lua Localization/zhTW.lua diff --git a/Localization/enGB.lua b/Localization/enGB.lua new file mode 100644 index 0000000..7043435 --- /dev/null +++ b/Localization/enGB.lua @@ -0,0 +1,41 @@ +local addonName = ... +local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "enGB", false) + +if not L then return end + +-- Shrines +L["Shrine of Nature"] = true +L["Laribole"] = true +L["Shrine of the Dawning"] = true +L["Scarlet Diamond"] = true +L["Shrine of the Sands"] = true +L["Amberblaze"] = true +L["Shrine of the Sea"] = true +L["Royal Quartz"] = true +L["Shrine of the Eventide"] = true +L["Tidal Amethyst"] = true +L["Shrine of Storms"] = true +L["Owlseye"] = true + +-- Waypoints +L["Create waypoint"] = true +L["Create all waypoints"] = true +L["Hide node"] = true +L["Close"] = true + +-- Options +L["Icon settings"] = true +L["These settings control the look of the icon."] = true +L["Icon Scale"] = true +L["The scale of the icons"] = true +L["Icon Alpha"] = true +L["The alpha transparency of the icons"] = true +L["World Map"] = true +L["Show icons on world map"] = true +L["Minimap"] = true +L["Show icons on the minimap"] = true +L["What to display"] = true +L["Show Shrines"] = true +L["Show Shrines which Jewelercrafters can use to create gems"] = true +L["Reset hidden nodes"] = true +L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = true \ No newline at end of file diff --git a/Localization/esES.lua b/Localization/esES.lua index c847dba..6221ffe 100644 --- a/Localization/esES.lua +++ b/Localization/esES.lua @@ -1,5 +1,5 @@ local addonName = ... -local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "esES", true) +local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "esES", false) if not L then return end diff --git a/Localization/esMX.lua b/Localization/esMX.lua new file mode 100644 index 0000000..007531d --- /dev/null +++ b/Localization/esMX.lua @@ -0,0 +1,41 @@ +local addonName = ... +local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "esMX", false) + +if not L then return end + +-- Shrines +L["Shrine of Nature"] = true +L["Laribole"] = true +L["Shrine of the Dawning"] = true +L["Scarlet Diamond"] = true +L["Shrine of the Sands"] = true +L["Amberblaze"] = true +L["Shrine of the Sea"] = true +L["Royal Quartz"] = true +L["Shrine of the Eventide"] = true +L["Tidal Amethyst"] = true +L["Shrine of Storms"] = true +L["Owlseye"] = true + +-- Waypoints +L["Create waypoint"] = true +L["Create all waypoints"] = true +L["Hide node"] = true +L["Close"] = true + +-- Options +L["Icon settings"] = true +L["These settings control the look of the icon."] = true +L["Icon Scale"] = true +L["The scale of the icons"] = true +L["Icon Alpha"] = true +L["The alpha transparency of the icons"] = true +L["World Map"] = true +L["Show icons on world map"] = true +L["Minimap"] = true +L["Show icons on the minimap"] = true +L["What to display"] = true +L["Show Shrines"] = true +L["Show Shrines which Jewelercrafters can use to create gems"] = true +L["Reset hidden nodes"] = true +L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = true \ No newline at end of file diff --git a/Localization/itIT.lua b/Localization/itIT.lua index 82106e0..b85b19e 100644 --- a/Localization/itIT.lua +++ b/Localization/itIT.lua @@ -1,5 +1,5 @@ local addonName = ... -local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "itIT", true) +local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "itIT", false) if not L then return end diff --git a/Localization/ptBR.lua b/Localization/ptBR.lua new file mode 100644 index 0000000..24b416c --- /dev/null +++ b/Localization/ptBR.lua @@ -0,0 +1,41 @@ +local addonName = ... +local L = LibStub("AceLocale-3.0"):NewLocale(addonName, "ptBR", false) + +if not L then return end + +-- Shrines +L["Shrine of Nature"] = true +L["Laribole"] = true +L["Shrine of the Dawning"] = true +L["Scarlet Diamond"] = true +L["Shrine of the Sands"] = true +L["Amberblaze"] = true +L["Shrine of the Sea"] = true +L["Royal Quartz"] = true +L["Shrine of the Eventide"] = true +L["Tidal Amethyst"] = true +L["Shrine of Storms"] = true +L["Owlseye"] = true + +-- Waypoints +L["Create waypoint"] = true +L["Create all waypoints"] = true +L["Hide node"] = true +L["Close"] = true + +-- Options +L["Icon settings"] = true +L["These settings control the look of the icon."] = true +L["Icon Scale"] = true +L["The scale of the icons"] = true +L["Icon Alpha"] = true +L["The alpha transparency of the icons"] = true +L["World Map"] = true +L["Show icons on world map"] = true +L["Minimap"] = true +L["Show icons on the minimap"] = true +L["What to display"] = true +L["Show Shrines"] = true +L["Show Shrines which Jewelercrafters can use to create gems"] = true +L["Reset hidden nodes"] = true +L["Show all nodes that you manually hid by right-clicking on them and choosing \"hide\"."] = true \ No newline at end of file -- 1.7.9.5