update translations

This commit is contained in:
Eduardo Silva
2026-03-11 18:50:37 -03:00
parent 44245cfb74
commit 6b4b2fd41d
6 changed files with 362 additions and 71 deletions

View File

@@ -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/}