Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
c60155bf
Commit
c60155bf
authored
Feb 11, 2019
by
Thijs de Jong
Browse files
Changed Date Format in List View, Added Translations
parent
69cc4512
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/events/locale/nl/LC_MESSAGES/djangojs.mo
View file @
c60155bf
No preview for this file type
website/events/locale/nl/LC_MESSAGES/djangojs.po
View file @
c60155bf
...
...
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201
8-12-12 20:13
+0100\n"
"PO-Revision-Date: 201
8-12-12 20:13
+0100\n"
"POT-Creation-Date: 201
9-02-11 14:27
+0100\n"
"PO-Revision-Date: 201
9-02-11 14:28
+0100\n"
"Last-Translator: Sébastiaan Versteeg <se_bastiaan@outlook.com>\n"
"Language-Team: \n"
"Language: nl\n"
...
...
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2\n"
"X-Generator: Poedit 2.2
.1
\n"
#: static/events/js/calendarlistview.js
msgid "Upcoming Events"
...
...
website/events/static/events/js/calendarlistview.js
View file @
c60155bf
...
...
@@ -36,7 +36,7 @@ ListView = View.extend({
break
;
}
var
date
=
e
.
start
.
format
(
'
YYYY-MM-DD HH:mm
'
);
var
date
=
e
.
start
.
format
(
'
LLLL
'
);
var
eventCard
=
$
(
"
<div>
"
).
addClass
(
"
card mb-0
"
);
...
...
Write
Preview
Supports
Markdown
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