fix: translation action wrong location (#7975)

* set destination

* cleanup files before submitting
This commit is contained in:
Matthias Mair
2024-08-24 09:14:38 +10:00
committed by GitHub
parent d647471588
commit df8efa902e
2 changed files with 10 additions and 0 deletions
+2
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%