i18n and french l10n

This commit is contained in:
Thomas NOËL 2014-03-26 14:57:40 +01:00
parent e44136595f
commit c71d2ee7ed
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,22 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-03-26 14:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: cms_plugins.py:8
msgid "Text (asynchronous loading)"
msgstr "Texte en chargement asynchrone (ajax)"
#: templates/cms_ajax_text_plugin/plugin.html:16
msgid "loading..."
msgstr "chargement…"

View File

@ -28,7 +28,7 @@ class compile_translations(Command):
try:
from django.core.management.commands.compilemessages import \
compile_messages
for path in ['cms_ajax_plugin']:
for path in ['cms_ajax_text_plugin']:
if path.endswith('.py'):
continue
if not os.path.isdir(os.path.join(path, 'locale')):