-
Notifications
You must be signed in to change notification settings - Fork 4
/
.crowdin.yaml
20 lines (16 loc) · 913 Bytes
/
.crowdin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project_identifier: opencast-matterhorn
base_path: .
preserve_hierarchy: true
files:
-
source: '/modules/matterhorn-admin-ui-ng/src/main/resources/public/org/opencastproject/adminui/languages/lang-en_US.json'
translation: '/modules/matterhorn-admin-ui-ng/src/main/resources/public/org/opencastproject/adminui/languages/lang-%locale_with_underscore%.json'
-
source: '/modules/matterhorn-engage-theodul-core/src/main/resources/ui/language/en-US.json'
translation: '/modules/matterhorn-engage-theodul-core/src/main/resources/ui/language/%locale%.json'
-
source: '/modules/**/src/main/resources/static/language/en-US.json'
translation: '/modules/**/src/main/resources/static/language/%locale%.json'
-
source: '/modules/matterhorn-engage-ui/src/main/resources/ui/language/en-US.json'
translation: '/modules/matterhorn-engage-ui/src/main/resources/ui/language/%locale%.json'