2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

fix: translation action wrong location (#7975)

* set destination

* cleanup files before submitting
This commit is contained in:
Matthias Mair
2024-08-24 01:14:38 +02:00
committed by GitHub
parent d647471588
commit df8efa902e
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,8 @@
files:
- source: /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po
dest: /%original_path%/%file_name%
translation: /src/backend/InvenTree/locale/%two_letters_code%/LC_MESSAGES/%original_file_name%
- source: /src/frontend/src/locales/en/messages.po
dest: /%original_path%/%file_name%
translation: /src/frontend/src/locales/%two_letters_code%/%original_file_name%