# HG changeset patch # User syzler # Date 1302976941 0 # Node ID 78de94c994876466f886989fb5230e6051f28725 # Parent 830b2ccf349d789fe2f54d7441235fe293bcaa83 Making French default for testing. diff -r 830b2ccf349d -r 78de94c99487 locales/frFR.lua --- a/locales/frFR.lua Sat Apr 16 17:14:41 2011 +0000 +++ b/locales/frFR.lua Sat Apr 16 18:02:21 2011 +0000 @@ -38,6 +38,6 @@ -- This file is auto-generated using the Curse Localization App ------------------------------------------------------------------------ -if GetLocale() == "frFR" then - @localization(locale="frFR", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@; -end +--if GetLocale() != "frFR" then return end + +@localization(locale="frFR", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@;