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

[i18n] Enable ru_RU and uk_UA translations

parent 46ae4b54
No related branches found
No related tags found
No related merge requests found
Pipeline #66009 failed
......@@ -9,7 +9,7 @@ whitelist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
poetry install
poetry install -E ldap
poetry run aleksis-admin yarn install
poetry run aleksis-admin collectstatic --no-input
commands =
......@@ -27,7 +27,6 @@ commands =
poetry run black --check --diff aleksis/
poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} aleksis/
poetry run curlylint aleksis/
[testenv:security]
commands =
......@@ -36,6 +35,7 @@ commands =
[testenv:build]
commands_pre =
poetry install
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build
......@@ -47,6 +47,11 @@ commands =
poetry run isort 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]
max_line_length = 100
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