mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 13:36:18 +00:00
update translations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
.venv/bin/django-admin makemessages -a --ignore=.venv/*
|
||||
.venv/bin/django-admin compilemessages --ignore=.venv/*
|
||||
../venv/bin/django-admin makemessages -a --ignore=.venv/*
|
||||
../venv/bin/django-admin compilemessages --ignore=.venv/*
|
||||
echo
|
||||
for po in locale/*/LC_MESSAGES/django.po; do
|
||||
lang=${po#locale/}
|
||||
|
||||
Reference in New Issue
Block a user