Skip to content

Commit 6909d88

Browse files
authored
Merge pull request #37 from raspberrypilearning/draft
Setting up github actions for Crowdin
2 parents 71582c8 + 5ed5d5d commit 6909d88

6 files changed

Lines changed: 10 additions & 252 deletions

File tree

crowdin.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
"project_id_env": "CROWDIN_PROJECT_ID"
2+
"api_token_env": "CROWDIN_API_TOKEN"
3+
base_path: "."
4+
base_url: "https://api.crowdin.com"
5+
preserve_hierarchy: true
6+
17
files:
28
- source: /en/**/*.*
39
ignore:
410
- /en/**/*.mp4
511
translation: /%locale%/**/%original_file_name%
12+
ignore:
13+
- /en/**/*.pdf
14+
- /en/**/*.mp3
15+
- /en/**/*.zip

workflows/create-crowdin-project.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

workflows/download-translations.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

workflows/hide-strings.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

workflows/nttt-processing.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

workflows/upload-sources.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)