From 09a3cff7a9f3c6093db019efef5879883de3e973 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 14 Feb 2011 12:39:51 -0700 Subject: [PATCH] Add a false to the default locale for frFR. Doesn't affect anything other than being explicit. --- Locales/frFR.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Locales/frFR.lua b/Locales/frFR.lua index 3a23574..af6e921 100644 --- a/Locales/frFR.lua +++ b/Locales/frFR.lua @@ -25,7 +25,7 @@ These translations are released under the Public Domain. ************************************************************************ ]]-- -local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "frFR") +local L = LibStub("AceLocale-3.1"):NewLocale("Ackis Recipe List", "frFR", false) if not L then return end -- 1.7.9.5