Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
2f4b4478
Commit
2f4b4478
authored
Mar 29, 2022
by
echel0n
Browse files
updated english translations
parent
c2bba4d0
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f4b4478
...
...
@@ -191,10 +191,9 @@ build_develop:
-
npx auto-changelog -v $RELEASE_VERSION --hide-credit --unreleased --package --commit-limit
false
--ignore-commit-pattern \[TASK\].*
-
yarn run build
-
python checksum-generator.py
# - python setup.py extract_messages
# - crowdin-cli-py upload sources
# - crowdin-cli-py download
# - python setup.py compile_catalog
-
python setup.py extract_messages
-
python setup.py init_catalog -l en_US
-
python setup.py compile_catalog
-
git config --global user.email $(git --no-pager show -s --format='%ae' HEAD)
-
git config --global user.name $(git --no-pager show -s --format='%an' HEAD)
-
git add --all
...
...
sickrage/checksums.md5
View file @
2f4b4478
This diff is collapsed.
Click to expand it.
sickrage/core/__init__.py
View file @
2f4b4478
...
...
@@ -195,7 +195,7 @@ class Core(object):
)
self
.
user_agent
=
'SiCKRAGE.CE.1/({};{};{})'
.
format
(
platform
.
system
(),
platform
.
release
(),
str
(
uuid
.
uuid1
()))
self
.
languages
=
[
language
for
language
in
os
.
listdir
(
sickrage
.
LOCALE_DIR
)
if
'_'
in
language
]
self
.
languages
=
[
f
for
f
in
os
.
listdir
(
sickrage
.
LOCALE_DIR
)
if
os
.
path
.
isdir
(
os
.
path
.
join
(
sickrage
.
LOCALE_DIR
,
f
))
]
self
.
client_web_urls
=
{
'torrent'
:
''
,
'newznab'
:
''
}
self
.
notification_providers
=
{}
...
...
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