Skip to content

Commit

Permalink
fix: crowdin config
Browse files Browse the repository at this point in the history
  • Loading branch information
araujogui authored and ovflowd committed Sep 9, 2024
1 parent 0c6baaf commit c61c241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translations-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- 'apps/site/pages/**/*.mdx'
- '!apps/site/pages/en/**/*.md'
- '!apps/site/pages/en/**/*.mdx'
- 'apps/site/i18n/locales/*.json'
- '!apps/site/i18n/locales/en.json'
- 'packages/i18n/locales/*.json'
- '!packages/i18n/locales/en.json'

permissions:
actions: read
Expand Down
4 changes: 2 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ files:
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw
- source: /apps/site/i18n/locales/en.json
translation: /apps/site/i18n/locales/%two_letters_code%.json
- source: /packages/i18n/locales/en.json
translation: /packages/i18n/locales/%two_letters_code%.json
languages_mapping:
two_letters_code:
es-ES: es
Expand Down

0 comments on commit c61c241

Please sign in to comment.