2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Check for altered translation files that have not been compiled

This commit is contained in:
Oliver Walters
2019-09-26 10:32:44 +10:00
parent b56a1ade24
commit fcba00bc69
3 changed files with 33 additions and 2 deletions

View File

@ -20,6 +20,8 @@ script:
- cd InvenTree && python3 manage.py makemigrations && cd ..
- python3 ci/check_migration_files.py
- make coverage
- make translate
- python3 ci/check_locale_files.py
- make style
after_success: