Skip to content

Commit

Permalink
Version 7.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 13, 2016
1 parent 3cefc1e commit 15835a5
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 43 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,4 +1,4 @@
New in master
New in v7.8.1
=============

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.txt
Expand Up @@ -9,7 +9,7 @@
Extending Nikola
================

:Version: 7.8.0
:Version: 7.8.1
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/man/nikola.rst
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola 7.8.0
:Version: Nikola 7.8.1
:Manual section: 1
:Manual group: User Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.txt
Expand Up @@ -9,7 +9,7 @@
The Nikola Handbook
===================

:Version: 7.8.0
:Version: 7.8.1

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.txt
Expand Up @@ -9,7 +9,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.8.0
:Version: 7.8.1

.. class:: alert alert-info pull-right

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '7.8.0'
version = '7.8.1'
# The full version, including alpha/beta/rc tags.
release = '7.8.0'
release = '7.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/support.rst
Expand Up @@ -4,7 +4,7 @@
.. description: Get help using Nikola, or contact us.
.. author: The Nikola Team
:Version: 7.8.0
:Version: 7.8.1

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion docs/theming.txt
Expand Up @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.8.0
:Version: 7.8.1
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Expand Up @@ -29,7 +29,7 @@
from __future__ import absolute_import
import os

__version__ = '7.8.0'
__version__ = '7.8.1'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

from .nikola import Nikola # NOQA
Expand Down
18 changes: 9 additions & 9 deletions nikola/data/themes/base/messages/messages_pt_br.py
Expand Up @@ -3,10 +3,10 @@

MESSAGES = {
"%d min remaining to read": "%d mín restante para leitura",
"(active)": "",
"(active)": "(ativo)",
"Also available in:": "Também disponível em:",
"Archive": "Arquivo",
"Authors": "",
"Authors": "Autores",
"Categories": "Categorias",
"Comments": "Comentários",
"LANGUAGE": "Português",
Expand All @@ -20,7 +20,7 @@
"Original site": "Site original",
"Posted:": "Publicado:",
"Posts about %s": "Posts sobre %s",
"Posts by %s": "",
"Posts by %s": "Postado por %s",
"Posts for year %s": "Posts do ano %s",
"Posts for {month} {day}, {year}": "Posts do {day} {month}, {year}",
"Posts for {month} {year}": "Posts de {month} {year}",
Expand All @@ -31,14 +31,14 @@
"Read more": "Leia mais",
"Skip to main content": "Pular para o conteúdo principal",
"Source": "Código",
"Subcategories:": "",
"Subcategories:": "Subcategorias:",
"Tags and Categories": "Tags e Categorias",
"Tags": "Tags",
"Toggle navigation": "",
"Uncategorized": "",
"Updates": "",
"Write your page here.": "",
"Write your post here.": "",
"Toggle navigation": "Alternar navegação",
"Uncategorized": "Sem categoria",
"Updates": "Atualizações",
"Write your page here.": "Insira a sua página aqui",
"Write your post here.": "Escreva o seu comentário aqui.",
"old posts, page %d": "Posts antigos, página %d",
"page %d": "página %d",
}
6 changes: 3 additions & 3 deletions nikola/data/themes/base/messages/messages_zh_tw.py
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals

MESSAGES = {
"%d min remaining to read": "%d min remaining to read",
"%d min remaining to read": "尚餘 %d 分鐘",
"(active)": "(啟用)",
"Also available in:": "其他語言版本:",
"Archive": "彙整",
Expand Down Expand Up @@ -34,11 +34,11 @@
"Subcategories:": "子分類",
"Tags and Categories": "標籤和分類",
"Tags": "標籤",
"Toggle navigation": "",
"Toggle navigation": "切換導航",
"Uncategorized": "未分類",
"Updates": "更新",
"Write your page here.": "從這裡開始編輯頁面",
"Write your post here.": "從這裡開始編輯文章",
"old posts, page %d": "old posts, page %d",
"old posts, page %d": "舊文章,第 %d 頁",
"page %d": "第 %d 頁",
}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -112,7 +112,7 @@ def run(self):


setup(name='Nikola',
version='7.8.0',
version='7.8.1',
description='A modular, fast, simple, static website and blog generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down
4 changes: 2 additions & 2 deletions snapcraft/nikola.py
@@ -1,6 +1,6 @@
#!/snap/nikola/current/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'Nikola==7.8.0'
__requires__ = 'Nikola==7.8.0'
# EASY-INSTALL-ENTRY-SCRIPT: 'Nikola==7.8.1'
__requires__ = 'Nikola==7.8.1'
import sys
from pkg_resources import load_entry_point

Expand Down
4 changes: 2 additions & 2 deletions snapcraft/stable/snapcraft.yaml
@@ -1,5 +1,5 @@
name: nikola
version: 7.8.0
version: 7.8.1
summary: A static website generator
description: A static website generator
confinement: strict
Expand All @@ -17,7 +17,7 @@ parts:
nikola-source:
plugin: python3
source: git://github.com/getnikola/nikola.git
source-tag: v7.8.0
source-tag: v7.8.1
requirements: requirements.txt
stage-packages:
- locales
Expand Down
23 changes: 12 additions & 11 deletions translations/nikola.messages/pt_BR.po
Expand Up @@ -15,13 +15,14 @@
# Roberto Alsina <ralsina@netmanagers.com.ar>, 2013
# Roberto Alsina <ralsina@netmanagers.com.ar>, 2013
# eduardo <schettino72@gmail.com>, 2013
# Tiago Nunes <tmpvnunes@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2016-09-24 22:40+0000\n"
"Last-Translator: Roberto Alsina <ralsina@netmanagers.com.ar>\n"
"PO-Revision-Date: 2016-10-11 16:10+0000\n"
"Last-Translator: Tiago Nunes <tmpvnunes@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/ralsina/nikola/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -124,32 +125,32 @@ msgid "Skip to main content"
msgstr "Pular para o conteúdo principal"

msgid "Subcategories:"
msgstr ""
msgstr "Subcategorias:"

#. Used for active navigation links, for screen readers only
msgid "(active)"
msgstr ""
msgstr "(ativo)"

#. Default content for a new post
msgid "Write your post here."
msgstr ""
msgstr "Escreva o seu comentário aqui."

#. Default content for a new page
msgid "Write your page here."
msgstr ""
msgstr "Insira a sua página aqui"

msgid "Uncategorized"
msgstr ""
msgstr "Sem categoria"

#. Used for feeds of any format
msgid "Updates"
msgstr ""
msgstr "Atualizações"

msgid "Authors"
msgstr ""
msgstr "Autores"

msgid "Posts by %s"
msgstr ""
msgstr "Postado por %s"

msgid "Toggle navigation"
msgstr ""
msgstr "Alternar navegação"
11 changes: 6 additions & 5 deletions translations/nikola.messages/zh_TW.po
Expand Up @@ -7,14 +7,15 @@
# Translators:
# Translators:
# Translators:
# Gafung Fong <kffongterry@gmail.com>, 2016
# Po-Wen Chi <pwchi@pwchi.info>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2016-09-24 22:40+0000\n"
"Last-Translator: Roberto Alsina <ralsina@netmanagers.com.ar>\n"
"PO-Revision-Date: 2016-10-07 05:52+0000\n"
"Last-Translator: Gafung Fong <kffongterry@gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/ralsina/nikola/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -52,7 +53,7 @@ msgid "Next post"
msgstr "下一篇"

msgid "old posts, page %d"
msgstr "old posts, page %d"
msgstr "舊文章,第 %d 頁"

msgid "page %d"
msgstr "第 %d 頁"
Expand Down Expand Up @@ -111,7 +112,7 @@ msgid "RSS feed"
msgstr "RSS 訂閱"

msgid "%d min remaining to read"
msgstr "%d min remaining to read"
msgstr "尚餘 %d 分鐘"

msgid "Skip to main content"
msgstr "略過主內容"
Expand Down Expand Up @@ -145,4 +146,4 @@ msgid "Posts by %s"
msgstr "%s 發佈"

msgid "Toggle navigation"
msgstr ""
msgstr "切換導航"

0 comments on commit 15835a5

Please sign in to comment.