From c6e5893111671b361eff4bcc1e669925c46af66a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 4 May 2014 19:34:27 +0200 Subject: Updated translations. --- messages.pot | 4 ++-- pyaggr3g470r/templates/home.html | 2 +- pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo | Bin 8636 -> 8637 bytes pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po | 6 +++--- pyaggr3g470r/views.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/messages.pot b/messages.pot index 6256b150..1c528c54 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-05-04 19:22+0200\n" +"POT-Creation-Date: 2014-05-04 19:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -376,7 +376,7 @@ msgid "You are not subscribed to any feed." msgstr "" #: pyaggr3g470r/templates/home.html:5 -msgid "Fix this" +msgid "Fix this." msgstr "" #: pyaggr3g470r/templates/home.html:15 diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 565614fe..f10d4e11 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -2,7 +2,7 @@ {% block content %}
{% if result|count == 0 %} -

{{ _('You are not subscribed to any feed.') }} {{ _('Fix this') }}.

+

{{ _('You are not subscribed to any feed.') }} {{ _('Fix this.') }}

{% else %} {% for feed in result|sort(attribute="title") %}
diff --git a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo index 916d871e..f508de77 100644 Binary files a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo and b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po index 9ccaba1d..b441f6fa 100644 --- a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po +++ b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-05-04 19:22+0200\n" -"PO-Revision-Date: 2014-05-04 19:24+0100\n" +"POT-Creation-Date: 2014-05-04 19:30+0200\n" +"PO-Revision-Date: 2014-05-04 19:32+0100\n" "Last-Translator: Cédric Bonhomme \n" "Language-Team: fr \n" "Language: fr\n" @@ -383,7 +383,7 @@ msgid "You are not subscribed to any feed." msgstr "Vous êtes abonné à aucun flux." #: pyaggr3g470r/templates/home.html:5 -msgid "Fix this" +msgid "Fix this." msgstr "Résolvez ce problème." #: pyaggr3g470r/templates/home.html:15 diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index 362a3f58..4729cd0c 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -118,7 +118,7 @@ def get_locale(): Called before each request to give us a chance to choose the language to use when producing its response. """ - return "fr"#request.accept_languages.best_match(conf.LANGUAGES.keys()) + return request.accept_languages.best_match(conf.LANGUAGES.keys()) @babel.timezoneselector def get_timezone(): -- cgit