Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00b941e

Browse files
committedMay 5, 2018
Version 7.8.15
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 5b3191c commit 00b941e

File tree

15 files changed

+67
-66
lines changed

15 files changed

+67
-66
lines changed
 

‎CHANGES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
New in v7-maintenance
2-
=====================
1+
New in v7.8.15
2+
==============
33

44
* Fix behavior for posts not available in default language
55
(Issues #2956 and #3073)

‎docs/extending.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Extending Nikola
1010
================
1111

12-
:Version: 7.8.14
12+
:Version: 7.8.15
1313
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1414

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

‎docs/man/nikola.1.gz

1 Byte
Binary file not shown.

‎docs/man/nikola.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nikola
66
A Static Site and Blog Generator
77
--------------------------------
88

9-
:Version: Nikola 7.8.14
9+
:Version: Nikola 7.8.15
1010
:Manual section: 1
1111
:Manual group: User Commands
1212

‎docs/manual.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The Nikola Handbook
1010
===================
1111

12-
:Version: 7.8.14
12+
:Version: 7.8.15
1313

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

‎docs/social_buttons.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Using Alternative Social Buttons with Nikola
1010
============================================
1111

12-
:Version: 7.8.14
12+
:Version: 7.8.15
1313

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

‎docs/sphinx/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '7.8.14'
54+
version = '7.8.15'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '7.8.14'
56+
release = '7.8.15'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

‎docs/support.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. description: Get help using Nikola, or contact us.
55
.. author: The Nikola Team
66
7-
:Version: 7.8.14
7+
:Version: 7.8.15
88

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

‎docs/template-variables.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. date: 2017-04-13 12:00:00
44
.. author: The Nikola Team
55
6-
:Version: 7.8.14
6+
:Version: 7.8.15
77
:Author: Chris Warrick <chris@getnikola.com>
88

99
Variables available in templates are listed below.

‎docs/theming.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Theming Nikola
1010
==============
1111

12-
:Version: 7.8.14
12+
:Version: 7.8.15
1313
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>
1414

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

‎nikola/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from __future__ import absolute_import
3030
import os
3131

32-
__version__ = '7.8.14'
32+
__version__ = '7.8.15'
3333
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
3434

3535
from .nikola import Nikola # NOQA

‎nikola/data/themes/base/messages/messages_et.py

+24-24
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,49 @@
44
from __future__ import unicode_literals
55

66
MESSAGES = {
7-
"%d min remaining to read": "",
8-
"(active)": "",
7+
"%d min remaining to read": "%d minutit veel lugeda",
8+
"(active)": "(aktiivne)",
99
"Also available in:": "Saadaval ka:",
1010
"Archive": "Arhiiv",
11-
"Atom feed": "",
12-
"Authors": "",
11+
"Atom feed": "Atom uudisvoog",
12+
"Authors": "Autorid",
1313
"Categories": "Kategooriad",
14-
"Comments": "",
14+
"Comments": "Kommentaarid",
1515
"LANGUAGE": "Eesti",
16-
"Languages:": "",
16+
"Languages:": "Keeled:",
1717
"More posts about %s": "Veel postitusi %s kohta",
1818
"Newer posts": "Uued postitused",
1919
"Next post": "Järgmine postitus",
20-
"Next": "",
21-
"No posts found.": "",
22-
"Nothing found.": "",
20+
"Next": "Järgmine",
21+
"No posts found.": "Postitusi ei leitud.",
22+
"Nothing found.": "Midagi ei leitud.",
2323
"Older posts": "Vanemad postitused",
2424
"Original site": "Algallikas",
2525
"Posted:": "Postitatud:",
2626
"Posts about %s": "Postitused %s kohta",
27-
"Posts by %s": "",
27+
"Posts by %s": "Postitus kasutajalt %s",
2828
"Posts for year %s": "Postitused aastast %s",
29-
"Posts for {month} {day}, {year}": "",
29+
"Posts for {month} {day}, {year}": "Postitused {day}.{month}.{year}",
3030
"Posts for {month} {year}": "Postitused {year} aasta kuust {month} ",
3131
"Previous post": "Eelmine postitus",
32-
"Previous": "",
33-
"Publication date": "",
34-
"RSS feed": "",
32+
"Previous": "Eelmine",
33+
"Publication date": "Avaldamise kuupäev",
34+
"RSS feed": "RSS uudisvoog",
3535
"Read in English": "Loe eesti keeles",
3636
"Read more": "Loe veel",
37-
"Skip to main content": "",
37+
"Skip to main content": "Otse peamise sisu juurde",
3838
"Source": "Lähtekood",
39-
"Subcategories:": "",
39+
"Subcategories:": "Alamkategooriad:",
4040
"Tags and Categories": "Sildid ja kategooriad",
4141
"Tags": "Märksõnad",
42-
"Toggle navigation": "",
43-
"Uncategorized": "",
44-
"Up": "",
45-
"Updates": "",
46-
"Write your page here.": "",
47-
"Write your post here.": "",
42+
"Toggle navigation": "Näita või peida menüüd",
43+
"Uncategorized": "Kategooriata",
44+
"Up": "Üles",
45+
"Updates": "Uuendused",
46+
"Write your page here.": "Kirjuta oma lehekülje sisu siia.",
47+
"Write your post here.": "Kirjuta oma postitus siia.",
4848
"old posts, page %d": "vanade postituste, leht %d",
4949
"page %d": "leht %d",
50-
"{month} {day}, {year}": "",
51-
"{month} {year}": "",
50+
"{month} {day}, {year}": "{day}.{month}.{year}",
51+
"{month} {year}": "{month} {year}",
5252
}

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def run(self):
116116

117117

118118
setup(name='Nikola',
119-
version='7.8.14',
119+
version='7.8.15',
120120
description='A modular, fast, simple, static website and blog generator',
121121
long_description=open('README.rst').read(),
122122
author='Roberto Alsina and others',

‎snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nikola
2-
version: 7.8.14
2+
version: 7.8.15
33
summary: A static website generator
44
description: A static website generator
55
confinement: strict

‎translations/nikola.messages/et.po

+29-28
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
# Translators:
88
# Translators:
99
# Translators:
10-
# Chris Warrick <kwpolska@gmail.com>, 2014
11-
# Chris Warrick <kwpolska@gmail.com>, 2014
10+
# Chris Warrick, 2014
11+
# Chris Warrick, 2014
1212
# Lauri Võsandi <inactive+v6sa@transifex.com>, 2013
13+
# Rivo Zängov <eraser@eraser.ee>, 2018
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Nikola\n"
1617
"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n"
1718
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
18-
"PO-Revision-Date: 2017-06-12 12:47+0000\n"
19-
"Last-Translator: Chris Warrick <kwpolska@gmail.com>\n"
19+
"PO-Revision-Date: 2018-05-02 08:48+0000\n"
20+
"Last-Translator: Rivo Zängov <eraser@eraser.ee>\n"
2021
"Language-Team: Estonian (http://www.transifex.com/ralsina/nikola/language/et/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,7 +43,7 @@ msgid "Tags and Categories"
4243
msgstr "Sildid ja kategooriad"
4344

4445
msgid "Comments"
45-
msgstr ""
46+
msgstr "Kommentaarid"
4647

4748
msgid "Read more"
4849
msgstr "Loe veel"
@@ -80,7 +81,7 @@ msgid "Also available in:"
8081
msgstr "Saadaval ka:"
8182

8283
msgid "Languages:"
83-
msgstr ""
84+
msgstr "Keeled:"
8485

8586
msgid "Original site"
8687
msgstr "Algallikas"
@@ -92,7 +93,7 @@ msgid "Archive"
9293
msgstr "Arhiiv"
9394

9495
msgid "Publication date"
95-
msgstr ""
96+
msgstr "Avaldamise kuupäev"
9697

9798
msgid "Posted:"
9899
msgstr "Postitatud:"
@@ -101,70 +102,70 @@ msgid "Posts for {month} {year}"
101102
msgstr "Postitused {year} aasta kuust {month} "
102103

103104
msgid "Posts for {month} {day}, {year}"
104-
msgstr ""
105+
msgstr "Postitused {day}.{month}.{year}"
105106

106107
msgid "Nothing found."
107-
msgstr ""
108+
msgstr "Midagi ei leitud."
108109

109110
msgid "No posts found."
110-
msgstr ""
111+
msgstr "Postitusi ei leitud."
111112

112113
msgid "RSS feed"
113-
msgstr ""
114+
msgstr "RSS uudisvoog"
114115

115116
msgid "%d min remaining to read"
116-
msgstr ""
117+
msgstr "%d minutit veel lugeda"
117118

118119
msgid "Skip to main content"
119-
msgstr ""
120+
msgstr "Otse peamise sisu juurde"
120121

121122
msgid "Subcategories:"
122-
msgstr ""
123+
msgstr "Alamkategooriad:"
123124

124125
#. Used for active navigation links, for screen readers only
125126
msgid "(active)"
126-
msgstr ""
127+
msgstr "(aktiivne)"
127128

128129
#. Default content for a new post
129130
msgid "Write your post here."
130-
msgstr ""
131+
msgstr "Kirjuta oma postitus siia."
131132

132133
#. Default content for a new page
133134
msgid "Write your page here."
134-
msgstr ""
135+
msgstr "Kirjuta oma lehekülje sisu siia."
135136

136137
msgid "Uncategorized"
137-
msgstr ""
138+
msgstr "Kategooriata"
138139

139140
#. Used for feeds of any format
140141
msgid "Updates"
141-
msgstr ""
142+
msgstr "Uuendused"
142143

143144
msgid "Authors"
144-
msgstr ""
145+
msgstr "Autorid"
145146

146147
msgid "Posts by %s"
147-
msgstr ""
148+
msgstr "Postitus kasutajalt %s"
148149

149150
msgid "Toggle navigation"
150-
msgstr ""
151+
msgstr "Näita või peida menüüd"
151152

152153
#. Used to format months per year
153154
msgid "{month} {year}"
154-
msgstr ""
155+
msgstr "{month} {year}"
155156

156157
#. Used to format a date
157158
msgid "{month} {day}, {year}"
158-
msgstr ""
159+
msgstr "{day}.{month}.{year}"
159160

160161
msgid "Previous"
161-
msgstr ""
162+
msgstr "Eelmine"
162163

163164
msgid "Up"
164-
msgstr ""
165+
msgstr "Üles"
165166

166167
msgid "Next"
167-
msgstr ""
168+
msgstr "Järgmine"
168169

169170
msgid "Atom feed"
170-
msgstr ""
171+
msgstr "Atom uudisvoog"

0 commit comments

Comments
 (0)
Please sign in to comment.