Skip to content
Snippets Groups Projects
Verified Commit 446484cf authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[i18n] Enable ru_RU and uk_UA translations

parent 73111267
Branches i10n-ru-ua
No related tags found
No related merge requests found
Pipeline #66008 failed
...@@ -9,7 +9,7 @@ whitelist_externals = poetry ...@@ -9,7 +9,7 @@ whitelist_externals = poetry
skip_install = true skip_install = true
envdir = {toxworkdir}/globalenv envdir = {toxworkdir}/globalenv
commands_pre = commands_pre =
poetry install poetry install -E ldap
poetry run aleksis-admin yarn install poetry run aleksis-admin yarn install
poetry run aleksis-admin collectstatic --no-input poetry run aleksis-admin collectstatic --no-input
commands = commands =
...@@ -35,6 +35,8 @@ commands = ...@@ -35,6 +35,8 @@ commands =
[testenv:build] [testenv:build]
commands_pre = commands_pre =
poetry install
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build commands = poetry build
[testenv:docs] [testenv:docs]
...@@ -45,6 +47,11 @@ commands = ...@@ -45,6 +47,11 @@ commands =
poetry run isort aleksis/ poetry run isort aleksis/
poetry run black aleksis/ poetry run black aleksis/
[testenv:makemessages]
commands =
poetry run aleksis-admin makemessages --no-wrap -e html,txt,py,email -i static -l ar -l de_DE -l fr -l nb_NO -l tr_TR -l la -l ru_RU -l uk_UA
poetry run aleksis-admin makemessages --no-wrap -d djangojs -i **/node_modules -l ar -l de_DE -l fr -l nb_NO -l tr_TR -l la -l ru_RU -l uk_UA
[flake8] [flake8]
max_line_length = 100 max_line_length = 100
exclude = migrations,tests exclude = migrations,tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment