Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
ce66c752
Commit
ce66c752
authored
Jan 14, 2020
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Updated czech translation
removed language selection for guest user
parents
1d7e52c1
4e42a179
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
70 deletions
+86
-70
user_edit.html
cps/templates/user_edit.html
+2
-0
messages.mo
cps/translations/cs/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/cs/LC_MESSAGES/messages.po
+84
-70
No files found.
cps/templates/user_edit.html
View file @
ce66c752
...
...
@@ -26,6 +26,7 @@
<label
for=
"kindle_mail"
>
{{_('Kindle E-Mail')}}
</label>
<input
type=
"email"
class=
"form-control"
name=
"kindle_mail"
id=
"kindle_mail"
value=
"{{ content.kindle_mail if content.kindle_mail != None }}"
>
</div>
{% if not content.role_anonymous() %}
<div
class=
"form-group"
>
<label
for=
"locale"
>
{{_('Language')}}
</label>
<select
name=
"locale"
id=
"locale"
class=
"form-control"
>
...
...
@@ -34,6 +35,7 @@
{% endfor %}
</select>
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"default_language"
>
{{_('Show books with language')}}
</label>
...
...
cps/translations/cs/LC_MESSAGES/messages.mo
View file @
ce66c752
No preview for this file type
cps/translations/cs/LC_MESSAGES/messages.po
View file @
ce66c752
This diff is collapsed.
Click to expand it.
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