Skip to content

Commit 1dfd963

Browse files
committed
updated translations
1 parent b88c11c commit 1dfd963

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.idea/
1010
.project/
1111
.pydevproject/
12+
.vscode/
1213
.settings/
1314
.tox/
1415
__pycache__/

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changelog
1010
* Added isort and adapted imports
1111
* Adapted code base to align with other supported addons
1212
* Exclude ``tests`` folder from release build
13+
* Updated translations
1314

1415

1516
2.1.0 (2018-11-15)

djangocms_snippet/locale/en/LC_MESSAGES/django.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-10-12 13:25+0200\n"
11+
"POT-Creation-Date: 2019-04-30 11:55+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,47 +17,47 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: apps.py:8 models.py:53
20+
#: apps.py:8 models.py:55
2121
msgid "Snippets"
2222
msgstr ""
2323

24-
#: cms_plugins.py:18 models.py:52
24+
#: cms_plugins.py:16 models.py:54
2525
msgid "Snippet"
2626
msgstr ""
2727

28-
#: cms_plugins.py:39 templatetags/snippet_tags.py:99
28+
#: cms_plugins.py:37 templatetags/snippet_tags.py:100
2929
#, python-format
3030
msgid "Template %(template)s does not exist."
3131
msgstr ""
3232

33-
#: models.py:21
33+
#: models.py:23
3434
msgid "Name"
3535
msgstr ""
3636

37-
#: models.py:26
37+
#: models.py:28
3838
msgid "HTML"
3939
msgstr ""
4040

41-
#: models.py:30
41+
#: models.py:32
4242
msgid "Template"
4343
msgstr ""
4444

45-
#: models.py:33
45+
#: models.py:35
4646
msgid ""
4747
"Enter a template (e.g. \"snippets/plugin_xy.html\") to be rendered. If "
4848
"\"template\" is given, the contents of field \"HTML\" will be passed as "
4949
"template variable {{ html }} to the template. Otherwise, the content of "
5050
"\"HTML\" is rendered."
5151
msgstr ""
5252

53-
#: models.py:40
53+
#: models.py:42
5454
msgid "Slug"
5555
msgstr ""
5656

57-
#: models.py:74
57+
#: models.py:77
5858
msgid "Snippet Ptr"
5959
msgstr ""
6060

61-
#: models.py:75
61+
#: models.py:78
6262
msgid "Snippet Ptrs"
6363
msgstr ""

0 commit comments

Comments
 (0)