diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-02 19:46:09 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-02 19:46:09 +0200 |
| commit | d7d10dbc0595b5e59fd51fb3d2b0929be476c4aa (patch) | |
| tree | a90ea5ea0970b5aac3f797805b2afe475bb435f1 | |
| parent | 3a77a0f80c902a43ff0a39ef0454f443596bc376 (diff) | |
| download | Chimère-d7d10dbc0595b5e59fd51fb3d2b0929be476c4aa.tar.bz2 Chimère-d7d10dbc0595b5e59fd51fb3d2b0929be476c4aa.zip | |
Move locale to application
| -rw-r--r-- | chimere/locale/fr/LC_MESSAGES/django.po (renamed from example_project/locale/fr/LC_MESSAGES/django.po) | 0 | ||||
| l--------- | example_project/extra-locales/chimere | 1 | ||||
| -rw-r--r-- | example_project/locale/fr/LC_MESSAGES/djangojs.po | 21 |
3 files changed, 0 insertions, 22 deletions
diff --git a/example_project/locale/fr/LC_MESSAGES/django.po b/chimere/locale/fr/LC_MESSAGES/django.po index 8421b35..8421b35 100644 --- a/example_project/locale/fr/LC_MESSAGES/django.po +++ b/chimere/locale/fr/LC_MESSAGES/django.po diff --git a/example_project/extra-locales/chimere b/example_project/extra-locales/chimere deleted file mode 120000 index 3c7fdf4..0000000 --- a/example_project/extra-locales/chimere +++ /dev/null @@ -1 +0,0 @@ -../../chimere
\ No newline at end of file diff --git a/example_project/locale/fr/LC_MESSAGES/djangojs.po b/example_project/locale/fr/LC_MESSAGES/djangojs.po deleted file mode 100644 index 84823e0..0000000 --- a/example_project/locale/fr/LC_MESSAGES/djangojs.po +++ /dev/null @@ -1,21 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-23 15:35+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" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: static/main_map.js:104 -msgid "Show details" -msgstr "Voir le détail" |
