Skip to content

Commit 837d7dc

Browse files
committed
Locales: Comment out locales that are not translated
1 parent 54c6826 commit 837d7dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Locales/itIT.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
if GetLocale() ~= "itIT" then return end
3-
local _, L = ...
3+
--local _, L = ...
44
-- L["BCM_AltInvite"] = ""
55
-- L["BCM_AutoLog"] = ""
66
-- L["BCM_BNet"] = ""

Locales/ptBR.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
if GetLocale() ~= "ptBR" then return end
3-
local _, L = ...
3+
--local _, L = ...
44
-- L["BCM_AltInvite"] = ""
55
-- L["BCM_AutoLog"] = ""
66
-- L["BCM_BNet"] = ""

0 commit comments

Comments
 (0)