diff --git a/ojusomap/settings.py b/ojusomap/settings.py index f096393..3086da6 100644 --- a/ojusomap/settings.py +++ b/ojusomap/settings.py @@ -147,6 +147,7 @@ USE_TZ = True LANGUAGES = [ ('en_GB', _('English (British)')), + ('fr', _('French')), ('es', _('Spanish')), ] diff --git a/support/locale/en_GB/LC_MESSAGES/django.po b/support/locale/en_GB/LC_MESSAGES/django.po index df482a1..a75d0e5 100644 --- a/support/locale/en_GB/LC_MESSAGES/django.po +++ b/support/locale/en_GB/LC_MESSAGES/django.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-16 16:18+0000\n" +"POT-Creation-Date: 2017-09-22 14:59+0000\n" "PO-Revision-Date: 2017-06-16 16:26+0000\n" "Last-Translator: Livvy \n" -"Language-Team: English (United Kingdom) " -"\n" +"Language-Team: English (United Kingdom) \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,6 +50,10 @@ msgid "English (British)" msgstr "English (British)" #: ojusomap/settings.py:150 +msgid "French" +msgstr "" + +#: ojusomap/settings.py:151 msgid "Spanish" msgstr "Spanish" diff --git a/support/locale/es/LC_MESSAGES/django.po b/support/locale/es/LC_MESSAGES/django.po index 8b4aae5..7662d8e 100644 --- a/support/locale/es/LC_MESSAGES/django.po +++ b/support/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-16 16:18+0000\n" +"POT-Creation-Date: 2017-09-22 14:59+0000\n" "PO-Revision-Date: 2017-06-16 17:00+0000\n" "Last-Translator: Livvy \n" "Language-Team: Spanish \n" @@ -48,5 +48,9 @@ msgid "English (British)" msgstr "" #: ojusomap/settings.py:150 +msgid "French" +msgstr "" + +#: ojusomap/settings.py:151 msgid "Spanish" msgstr "" diff --git a/support/locale/fr/LC_MESSAGES/django.po b/support/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..a5e79bb --- /dev/null +++ b/support/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,56 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-22 14:59+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: apps/map/templates/map/base.html:15 apps/map/templates/map/index.html:15 +msgid "Ojuso Platform Map" +msgstr "" + +#: apps/map/templates/map/form.html:15 apps/map/templates/map/index.html:108 +msgid "Submit a Case Study" +msgstr "" + +#: apps/map/templates/map/form.html:16 +msgid "" +"Here you can submit a case study for review and it will be added to the map." +msgstr "" + +#: apps/map/templates/map/index.html:51 +msgid "Quick View" +msgstr "" + +#: apps/map/templates/map/index.html:58 apps/map/templates/map/index.html:89 +msgid "Close" +msgstr "" + +#: apps/map/templates/map/index.html:92 +msgid "Save changes" +msgstr "" + +#: ojusomap/settings.py:149 +msgid "English (British)" +msgstr "" + +#: ojusomap/settings.py:150 +msgid "French" +msgstr "" + +#: ojusomap/settings.py:151 +msgid "Spanish" +msgstr ""