Skip to content

Commit f7a7cd7

Browse files
committed
Update build directions, better install mechanism, NL locale
1 parent 69c1e09 commit f7a7cd7

File tree

11 files changed

+153
-9
lines changed

11 files changed

+153
-9
lines changed

docs/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set up your environment
2525

2626
.. code:: console
2727
28-
pip install -r docs/requirements.txt
28+
pip install -e '.[docs]'
2929
3030
#. Install SASS.
3131

@@ -83,7 +83,7 @@ the following:
8383

8484
.. code:: console
8585
86-
grunt i18n
86+
npm run i18n
8787
8888
This will extract new messages, upload the messages to Transifex, and will
8989
update our local translation files. Changes can be checked in to a branch and
@@ -100,7 +100,7 @@ To release a new version of the theme, core team will take the following steps:
100100
we try to follow `semver <http://semver.org/>`_, so be careful with breaking changes.
101101
#. Update the changelog (``docs/changelog.rst``) with the version information.
102102
#. Run ``grunt build`` to rebuild all the theme assets.
103-
#. Run ``grunt i18n`` to compile new translation files and update Transifex
103+
#. Run ``npm run i18n`` to compile new translation files and update Transifex
104104
#. Commit that change.
105105
#. Tag the release in git: ``git tag $NEW_VERSION``.
106106
#. Push the tag to GitHub: ``git push --tags origin``.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"i18n-extract": "python setup.py extract_messages && python setup.py update_catalog",
88
"i18n-update": "tx pull && tx push --source",
99
"i18n-compile": "python setup.py compile_catalog",
10-
"i18n-release": "npm run i18n-extract && npm run i18n-update && npm run i18n-compile",
11-
"i18n": "npm run i18n-extract && npm run i18n-compile"
10+
"i18n": "npm run i18n-extract && npm run i18n-update && npm run i18n-compile"
1211
},
1312
"devDependencies": {
1413
"bower": "^1.8.4",
0 Bytes
Binary file not shown.

sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2019-07-19 12:32-0600\n"
11+
"POT-Creation-Date: 2019-07-19 12:53-0600\n"
1212
"PO-Revision-Date: 2019-07-16 15:43-0600\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: en\n"
0 Bytes
Binary file not shown.

sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2019-07-19 12:32-0600\n"
9+
"POT-Creation-Date: 2019-07-19 12:53-0600\n"
1010
"PO-Revision-Date: 2019-07-16 21:44+0000\n"
1111
"Last-Translator: Anthony <[email protected]>, 2019\n"
1212
"Language: es\n"
465 Bytes
Binary file not shown.
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
# Dutch translations for sphinx_rtd_theme.
2+
# Copyright (C) 2019 ORGANIZATION
3+
# This file is distributed under the same license as the sphinx_rtd_theme
4+
# project.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
6+
#
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
10+
"Report-Msgid-Bugs-To: [email protected]\n"
11+
"POT-Creation-Date: 2019-07-19 12:53-0600\n"
12+
"PO-Revision-Date: 2019-07-19 12:50-0600\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language: nl\n"
15+
"Language-Team: nl <[email protected]>\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=utf-8\n"
19+
"Content-Transfer-Encoding: 8bit\n"
20+
"Generated-By: Babel 2.7.0\n"
21+
22+
#: sphinx_rtd_theme/breadcrumbs.html:31
23+
msgid "Docs"
24+
msgstr ""
25+
26+
#: sphinx_rtd_theme/breadcrumbs.html:43 sphinx_rtd_theme/breadcrumbs.html:45
27+
msgid "Edit on GitHub"
28+
msgstr ""
29+
30+
#: sphinx_rtd_theme/breadcrumbs.html:50 sphinx_rtd_theme/breadcrumbs.html:52
31+
msgid "Edit on Bitbucket"
32+
msgstr ""
33+
34+
#: sphinx_rtd_theme/breadcrumbs.html:57 sphinx_rtd_theme/breadcrumbs.html:59
35+
msgid "Edit on GitLab"
36+
msgstr ""
37+
38+
#: sphinx_rtd_theme/breadcrumbs.html:62 sphinx_rtd_theme/breadcrumbs.html:64
39+
msgid "View page source"
40+
msgstr ""
41+
42+
#: sphinx_rtd_theme/breadcrumbs.html:74 sphinx_rtd_theme/footer.html:5
43+
msgid "Next"
44+
msgstr ""
45+
46+
#: sphinx_rtd_theme/breadcrumbs.html:77 sphinx_rtd_theme/footer.html:8
47+
msgid "Previous"
48+
msgstr ""
49+
50+
#: sphinx_rtd_theme/footer.html:21 sphinx_rtd_theme/footer.html:24
51+
#: sphinx_rtd_theme/layout.html:92
52+
msgid "Copyright"
53+
msgstr ""
54+
55+
#: sphinx_rtd_theme/footer.html:30
56+
msgid "Build"
57+
msgstr ""
58+
59+
#: sphinx_rtd_theme/footer.html:35
60+
msgid "Revision"
61+
msgstr ""
62+
63+
#: sphinx_rtd_theme/footer.html:39
64+
#, python-format
65+
msgid "Last updated on %(last_updated)s."
66+
msgstr ""
67+
68+
#: sphinx_rtd_theme/footer.html:49
69+
#, python-format
70+
msgid "Built with %(sphinx_web)s using a"
71+
msgstr ""
72+
73+
#: sphinx_rtd_theme/footer.html:49
74+
msgid "theme"
75+
msgstr ""
76+
77+
#: sphinx_rtd_theme/footer.html:49
78+
#, python-format
79+
msgid "provided by %(readthedocs_web)s"
80+
msgstr ""
81+
82+
#: sphinx_rtd_theme/layout.html:61
83+
#, python-format
84+
msgid "Search within %(docstitle)s"
85+
msgstr ""
86+
87+
#: sphinx_rtd_theme/layout.html:83
88+
msgid "About these documents"
89+
msgstr ""
90+
91+
#: sphinx_rtd_theme/layout.html:86
92+
msgid "Index"
93+
msgstr ""
94+
95+
#: sphinx_rtd_theme/layout.html:89 sphinx_rtd_theme/search.html:11
96+
msgid "Search"
97+
msgstr ""
98+
99+
#: sphinx_rtd_theme/layout.html:124
100+
msgid "Logo"
101+
msgstr ""
102+
103+
#: sphinx_rtd_theme/search.html:26
104+
msgid "Please activate JavaScript to enable the search functionality."
105+
msgstr ""
106+
107+
#: sphinx_rtd_theme/search.html:33
108+
msgid "Search Results"
109+
msgstr ""
110+
111+
#: sphinx_rtd_theme/search.html:35
112+
msgid ""
113+
"Your search did not match any documents. Please make sure that all words "
114+
"are spelled correctly and that you've selected enough categories."
115+
msgstr ""
116+
117+
#: sphinx_rtd_theme/searchbox.html:4
118+
msgid "Search docs"
119+
msgstr ""
120+
121+
#: sphinx_rtd_theme/versions.html:11
122+
msgid "Versions"
123+
msgstr ""
124+
125+
#: sphinx_rtd_theme/versions.html:17
126+
msgid "Downloads"
127+
msgstr ""
128+
129+
#. The phrase "Read the Docs" is not translated
130+
#: sphinx_rtd_theme/versions.html:24
131+
msgid "On Read the Docs"
132+
msgstr ""
133+
134+
#: sphinx_rtd_theme/versions.html:26
135+
msgid "Project Home"
136+
msgstr ""
137+
138+
#: sphinx_rtd_theme/versions.html:29
139+
msgid "Builds"
140+
msgstr ""
141+
142+
#: sphinx_rtd_theme/versions.html:33
143+
msgid "Free document hosting provided by"
144+
msgstr ""
145+
0 Bytes
Binary file not shown.

sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2019-07-19 12:32-0600\n"
9+
"POT-Creation-Date: 2019-07-19 12:53-0600\n"
1010
"PO-Revision-Date: 2019-07-16 21:44+0000\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language: ru\n"

0 commit comments

Comments
 (0)