From 8145d3d16fa53230e0241eb9039fd5115e2be93b Mon Sep 17 00:00:00 2001 From: Sidoine De Wispelaere Date: Thu, 15 Dec 2011 19:30:40 +0000 Subject: [PATCH] ptBR is the correct name for the brazilian localization! git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@446 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- Locale-btBR.lua | 4 ---- Locale-ptBR.lua | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 Locale-btBR.lua create mode 100644 Locale-ptBR.lua diff --git a/Locale-btBR.lua b/Locale-btBR.lua deleted file mode 100644 index 78f3bc1..0000000 --- a/Locale-btBR.lua +++ /dev/null @@ -1,4 +0,0 @@ -local L = LibStub:GetLibrary("AceLocale-3.0"):NewLocale("Ovale", "ptBR", false) -if not L then return end - ---@localization(locale="ptBR", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@ \ No newline at end of file diff --git a/Locale-ptBR.lua b/Locale-ptBR.lua new file mode 100644 index 0000000..78f3bc1 --- /dev/null +++ b/Locale-ptBR.lua @@ -0,0 +1,4 @@ +local L = LibStub:GetLibrary("AceLocale-3.0"):NewLocale("Ovale", "ptBR", false) +if not L then return end + +--@localization(locale="ptBR", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@ \ No newline at end of file -- 1.7.9.5