forked from opencast/opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.crowdin.yaml
20 lines (16 loc) · 816 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-community
base_path: .
preserve_hierarchy: true
files:
-
source: '/modules/admin-ui-ng/src/main/resources/public/org/opencastproject/adminui/languages/lang-en_US.json'
translation: '/modules/admin-ui-ng/src/main/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'