Skip to content

Commit 76ca6c5

Browse files
committed
fix: correct order for translation source file
1 parent 0e624eb commit 76ca6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ base_path: .
44
preserve_hierarchy: true
55

66
files:
7-
- source: basiliskLLM.pot
8-
translation: basilisk/res/locale/%locale_with_underscore%/LC_MESSAGES/basiliskLLM.po
97
- source: basiliskLLM.pot
108
translation: basilisk/res/locale/%two_letters_code%/LC_MESSAGES/basiliskLLM.po
9+
- source: basiliskLLM.pot
10+
translation: basilisk/res/locale/%locale_with_underscore%/LC_MESSAGES/basiliskLLM.po

0 commit comments

Comments
 (0)