Skip to content

Commit 43fa97f

Browse files
authored
fix: secrets and path corrections (#479)
* feat: gh action to sync with crowdin * Add pot files * Secret is in the action not here and fix path
1 parent 0655850 commit 43fa97f

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
@@ -1,6 +1,6 @@
11
project_id: 785976
2-
api_token: "${{ secrets.CROWDIN_PERSONAL_TOKEN }}"
2+
33
files:
4-
- source: /locales/en/LC_MESSAGES/messages.po
4+
- source: /locales/templates/LC_MESSAGES/*.pot
55
translation: /locales/%two_letters_code%/LC_MESSAGES/messages.po
66
type: gettext

0 commit comments

Comments
 (0)