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
6d597f96
Commit
6d597f96
authored
May 01, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Integrate Iso639 language name translations to russian translation
parent
a305b652
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31033 additions
and
198 deletions
+31033
-198
messages.mo
cps/translations/ru/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/ru/LC_MESSAGES/messages.po
+30936
-100
ub.py
cps/ub.py
+0
-1
messages.pot
messages.pot
+96
-96
readme.md
readme.md
+1
-1
No files found.
cps/translations/ru/LC_MESSAGES/messages.mo
View file @
6d597f96
No preview for this file type
cps/translations/ru/LC_MESSAGES/messages.po
View file @
6d597f96
This diff is collapsed.
Click to expand it.
cps/ub.py
View file @
6d597f96
...
@@ -11,7 +11,6 @@ import logging
...
@@ -11,7 +11,6 @@ import logging
from
werkzeug.security
import
generate_password_hash
from
werkzeug.security
import
generate_password_hash
from
flask_babel
import
gettext
as
_
from
flask_babel
import
gettext
as
_
import
json
import
json
#from builtins import str
dbpath
=
os
.
path
.
join
(
os
.
path
.
normpath
(
os
.
getenv
(
"CALIBRE_DBPATH"
,
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
+
os
.
sep
+
".."
+
os
.
sep
)),
"app.db"
)
dbpath
=
os
.
path
.
join
(
os
.
path
.
normpath
(
os
.
getenv
(
"CALIBRE_DBPATH"
,
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
+
os
.
sep
+
".."
+
os
.
sep
)),
"app.db"
)
engine
=
create_engine
(
'sqlite:///{0}'
.
format
(
dbpath
),
echo
=
False
)
engine
=
create_engine
(
'sqlite:///{0}'
.
format
(
dbpath
),
echo
=
False
)
...
...
messages.pot
View file @
6d597f96
This diff is collapsed.
Click to expand it.
readme.md
View file @
6d597f96
...
@@ -12,7 +12,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
...
@@ -12,7 +12,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d
-
full graphical setup
-
full graphical setup
-
User management
-
User management
-
Admin interface
-
Admin interface
-
User Interface in english, french, german, polish, simplified chinese, spanish
-
User Interface in english, french, german, polish,
russian,
simplified chinese, spanish
-
OPDS feed for eBook reader apps
-
OPDS feed for eBook reader apps
-
Filter and search by titles, authors, tags, series and language
-
Filter and search by titles, authors, tags, series and language
-
Create custom book collection (shelves)
-
Create custom book collection (shelves)
...
...
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