From 4134fd8ac22705942f0a60c1d8bd3d187f889093 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 14 Feb 2011 12:40:32 -0700 Subject: [PATCH] I banish you semi-colons deep within the bowels of hell! I kinda just made a colon joke. --- Locales/deDE.lua | 2 +- Locales/zhCN.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Locales/deDE.lua b/Locales/deDE.lua index 96fe6e2..cc0dec8 100644 --- a/Locales/deDE.lua +++ b/Locales/deDE.lua @@ -24,7 +24,7 @@ These translations are released under the Public Domain. ************************************************************************ ]]-- -local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "deDE", false); +local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "deDE", false) if not L then return end diff --git a/Locales/zhCN.lua b/Locales/zhCN.lua index 7acffb3..d8f6f43 100644 --- a/Locales/zhCN.lua +++ b/Locales/zhCN.lua @@ -25,7 +25,7 @@ These translations are released under the Public Domain. ************************************************************************ ]]-- -local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "zhCN", false); +local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "zhCN", false) if not L then return end -- 1.7.9.5