Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
31136583
Commit
31136583
authored
Jan 31, 2018
by
Diederik van der Boor
Browse files
fix makemessages
parent
7146f247
Changes
3
Hide whitespace changes
Inline
Side-by-side
makemessages.py
View file @
31136583
#!/usr/bin/env python
import
os
from
os
import
path
import
django
from
django.conf
import
settings
from
django.core.management
import
call_command
...
...
private_storage/locale/en/LC_MESSAGES/django.po
View file @
31136583
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201
6-10-10
1
2
:1
5
+0
2
00\n"
"POT-Creation-Date: 201
8-01-31
1
6
:1
4
+0
1
00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
@@ -17,11 +17,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: fields.py:
30
#: fields.py:
28
msgid "File type not supported."
msgstr ""
#: fields.py:
31
#: fields.py:
29
#, python-brace-format
msgid "The file may not be larger then {max_size}."
msgstr ""
private_storage/locale/nl/LC_MESSAGES/django.po
View file @
31136583
...
...
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201
6-10-10
1
2
:1
5
+0
2
00\n"
"POT-Creation-Date: 201
8-01-31
1
6
:1
4
+0
1
00\n"
"PO-Revision-Date: 2016-10-06 16:59+0100\n"
"Last-Translator: Diederik van der Boor <vdboor@edoburu.nl>\n"
"Language-Team: \n"
...
...
@@ -18,11 +18,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.7.4\n"
#: fields.py:
30
#: fields.py:
28
msgid "File type not supported."
msgstr "Bestandstype is niet ondersteund."
#: fields.py:
31
#: fields.py:
29
#, python-brace-format
msgid "The file may not be larger then {max_size}."
msgstr "Het bestand mag niet groter zijn dan {max_size}."
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment