forked from opencast/opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.crowdin.yaml
32 lines (25 loc) · 1.26 KB
/
.crowdin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
project_identifier: opencast-community
base_path: .
preserve_hierarchy: true
files:
-
source: '/modules/admin-ui-frontend/resources/public/org/opencastproject/adminui/languages/lang-en_US.json'
translation: '/modules/admin-ui-frontend/resources/public/org/opencastproject/adminui/languages/lang-%locale_with_underscore%.json'
-
source: '/modules/engage-theodul-core/src/main/resources/ui/language/en-US.json'
translation: '/modules/engage-theodul-core/src/main/resources/ui/language/%locale%.json'
-
source: '/modules/**/src/main/resources/static/language/en-US.json'
translation: '/%original_path%/%locale%.json'
-
source: '/modules/engage-ui/src/main/resources/ui/language/en-US.json'
translation: '/modules/engage-ui/src/main/resources/ui/language/%locale%.json'
-
source: '/modules/engage-paella-player/src/main/paella-opencast/plugins/**/localization/en-US.json'
translation: '/modules/engage-paella-player/src/main/paella-opencast/plugins/**/localization/%locale%.json'
-
source: '/modules/lti/src/i18n/en-US.json'
translation: '/modules/lti/src/i18n/%locale%.json'
-
source: '/modules/engage-paella-player/src/i18n/dict/en-US.json'
translation: '/modules/engage-paella-player/src/i18n/dict/%locale%.json'