Skip to content

Commit

Permalink
Add Indonesian, German languages
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgelenas committed Oct 4, 2023
1 parent cff748d commit 02663b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
upload_translations: false

download_translations: true
download_translations_args: '--language=it --language=es-ES --language=ko --language=zh-CN --language=ru --language=el --language=fr --language=uk'
download_translations_args: '--language=it --language=es-ES --language=ko --language=zh-CN --language=ru --language=el --language=fr --language=uk --language=id --language=de'
localization_branch_name: update-translations-crowdin
push_translations: true
commit_message: 'Update translations'
Expand Down
8 changes: 8 additions & 0 deletions src/i18n/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
{
"value": "fr",
"label": "Français (French)"
},
{
"value": "de",
"label": "Deutsche (German)"
},
{
"value": "id",
"label": "Bahasa Indonesia (Indonesian)"
}
]

0 comments on commit 02663b0

Please sign in to comment.