Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
15c556d2
Commit
15c556d2
authored
Feb 14, 2022
by
Bryan BRANCOTTE
Browse files
translation & typo
parent
f37ef6e1
Pipeline
#76013
passed with stage
in 36 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/locale/en/LC_MESSAGES/django.po
View file @
15c556d2
...
...
@@ -236,7 +236,7 @@ msgid "Delete account and all related data"
msgstr ""
#, python-format
msgid "Preferences successfully saved
on
%s"
msgid "Preferences successfully saved
at
%s"
msgstr ""
msgid ""
...
...
basetheme_bootstrap/locale/fr/LC_MESSAGES/django.mo
View file @
15c556d2
No preview for this file type
basetheme_bootstrap/locale/fr/LC_MESSAGES/django.po
View file @
15c556d2
...
...
@@ -276,8 +276,8 @@ msgid "Delete account and all related data"
msgstr "Supprimer le compte et toutes les données associées"
#, python-format
msgid "Preferences successfully saved
on
%s"
msgstr "Préférences enregistrées avec succès
le
%s"
msgid "Preferences successfully saved
at
%s"
msgstr "Préférences enregistrées avec succès
à
%s"
msgid ""
"Thank you for your email confirmation, you account have been activated and "
...
...
basetheme_bootstrap/views.py
View file @
15c556d2
...
...
@@ -236,7 +236,7 @@ def account_detail(request):
form_prefs
.
save
()
messages
.
success
(
request
=
request
,
message
=
gettext
(
"Preferences successfully saved
on
%s"
)
%
time_filter
(
datetime
.
now
()),
message
=
gettext
(
"Preferences successfully saved
at
%s"
)
%
time_filter
(
datetime
.
now
()),
)
return
redirect
(
reverse
(
"basetheme_bootstrap:account"
))
# dirty patch for time field (don't know why django doesn't express the correct type by default)
...
...
setup.py
View file @
15c556d2
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.
79
'
,
version
=
'0.2.
80
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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