Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Vidnesbyrd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Onboarding
AlekSIS-App-Vidnesbyrd
Commits
19ae44fc
Verified
Commit
19ae44fc
authored
2 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
[i18n] Enable ru_RU and uk_UA translations
parent
ceb38e88
Branches
i10n-ru-ua
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+6
-2
6 additions, 2 deletions
tox.ini
with
6 additions
and
2 deletions
tox.ini
+
6
−
2
View file @
19ae44fc
...
...
@@ -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
=
...
...
@@ -48,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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment