diff --git a/.gitignore b/.gitignore index 6abb2b5..fa79f58 100644 --- a/.gitignore +++ b/.gitignore @@ -44,10 +44,6 @@ coverage.xml *,cover tests/output -# Translations -*.mo -*.pot - # Django stuff: *.log diff --git a/translations/de/LC_MESSAGES/messages.mo b/translations/de/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..e899fef Binary files /dev/null and b/translations/de/LC_MESSAGES/messages.mo differ diff --git a/translations/fr/LC_MESSAGES/messages.mo b/translations/fr/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..57d26aa Binary files /dev/null and b/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/translations/messages.pot b/translations/messages.pot new file mode 100644 index 0000000..f46dd11 --- /dev/null +++ b/translations/messages.pot @@ -0,0 +1,102 @@ +# Translations template for PROJECT. +# Copyright (C) 2016 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2016. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2016-08-24 21:51-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.3.4\n" + +#: templates/archives.html:2 templates/archives.html:7 +msgid "Archives" +msgstr "" + +#: templates/article.html:17 templates/index.html:9 +#, python-format +msgid "Posted on %(when)s in %(category)s" +msgstr "" + +#: templates/article.html:41 +msgid "Like this article? Share it with your friends!" +msgstr "" + +#: templates/article.html:49 +msgid "You might enjoy" +msgstr "" + +#: templates/author.html:2 +#, python-format +msgid "Posts by %(name)s" +msgstr "" + +#: templates/authors.html:2 templates/authors.html:7 +msgid "Authors" +msgstr "" + +#: templates/base.html:104 +msgid "Home" +msgstr "" + +#: templates/base.html:111 +msgid "Atom" +msgstr "" + +#: templates/base.html:115 +msgid "RSS" +msgstr "" + +#: templates/categories.html:2 templates/categories.html:7 +msgid "Categories" +msgstr "" + +#: templates/category.html:2 +#, python-format +msgid "Category %(name)s" +msgstr "" + +#: templates/index.html:14 +msgid "Tagged with" +msgstr "" + +#: templates/index.html:29 +msgid "Continue reading" +msgstr "" + +#: templates/tag.html:2 +#, python-format +msgid "Tag %(name)s" +msgstr "" + +#: templates/tags.html:2 templates/tags.html:7 +msgid "Tags" +msgstr "" + +#: templates/partial/disqus.html:12 +msgid "Please enable JavaScript to view comments." +msgstr "" + +#: templates/partial/flex.html:1 +#, python-format +msgid "" +"Powered by %(pelican_url)s - %(flex_url)s theme by " +"%(alexandrevicenzi_url)s" +msgstr "" + +#: templates/partial/pagination.html:5 +msgid "Older Posts" +msgstr "" + +#: templates/partial/pagination.html:10 +msgid "Newer Posts" +msgstr "" + diff --git a/translations/pt_BR/LC_MESSAGES/messages.mo b/translations/pt_BR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..9c2df3e Binary files /dev/null and b/translations/pt_BR/LC_MESSAGES/messages.mo differ