diff --git a/.tx/config b/.tx/config index 59fd72f84b..64a8261443 100644 --- a/.tx/config +++ b/.tx/config @@ -192,3 +192,11 @@ trans.es = apps/acls/locale/es/LC_MESSAGES/django.po trans.pt = apps/acls/locale/pt/LC_MESSAGES/django.po trans.ru = apps/acls/locale/ru/LC_MESSAGES/django.po trans.it = apps/acls/locale/it/LC_MESSAGES/django.po + +[mayan-edms.apps-feedback] +source_file = apps/feedback/locale/en/LC_MESSAGES/django.po +source_lang = en +trans.es = apps/feedback/locale/es/LC_MESSAGES/django.po +trans.pt = apps/feedback/locale/pt/LC_MESSAGES/django.po +trans.ru = apps/feedback/locale/ru/LC_MESSAGES/django.po +trans.it = apps/feedback/locale/it/LC_MESSAGES/django.po diff --git a/misc/compilemessages_all.sh b/misc/compilemessages_all.sh index a58cb01188..e0f3f7a7f1 100755 --- a/misc/compilemessages_all.sh +++ b/misc/compilemessages_all.sh @@ -146,3 +146,9 @@ $COMPILEMESSAGES -l pt $COMPILEMESSAGES -l ru $COMPILEMESSAGES -l es $COMPILEMESSAGES -l it + +cd $BASE/apps/feedback +$COMPILEMESSAGES -l pt +$COMPILEMESSAGES -l ru +$COMPILEMESSAGES -l es +$COMPILEMESSAGES -l it diff --git a/misc/makemessages_all.sh b/misc/makemessages_all.sh index 3a91f8de95..509b06d6b9 100755 --- a/misc/makemessages_all.sh +++ b/misc/makemessages_all.sh @@ -170,3 +170,10 @@ $MAKEMESSAGES -l pt $MAKEMESSAGES -l ru $MAKEMESSAGES -l es $MAKEMESSAGES -l it + +cd $BASE/apps/feedback +$MAKEMESSAGES -l en +$MAKEMESSAGES -l pt +$MAKEMESSAGES -l ru +$MAKEMESSAGES -l es +$MAKEMESSAGES -l it