forked from joomla/backend-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
crowdin.yml
53 lines (53 loc) · 2.2 KB
/
crowdin.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
export_languages: ["en-GB"]
files:
- source: /administrator/language/en-GB/*.ini
translation: /administrator/language/%locale%/%locale%.%original_file_name%
translation_replace:
en-GB.:
update_option: update_as_unapproved
- source: /administrator/language/en-GB/en-GB.localise.php
dest: /administrator/language/en-GB/en-GB.localise.txt
type: txt
translation: /administrator/language/%locale%/%locale%.localise.php
update_option: update_as_unapproved
- source: /administrator/language/en-GB/en-GB.xml
translation: /administrator/language/%locale%/%locale%.xml
update_option: update_as_unapproved
content_segmentation: 0
- source: /administrator/language/en-GB/install.xml
translation: /administrator/language/%locale%/install.xml
update_option: update_as_unapproved
content_segmentation: 0
- source: /language/en-GB/*.ini
translation: /language/%locale%/%locale%.%original_file_name%
translation_replace:
en-GB.:
update_option: update_as_unapproved
- source: /language/en-GB/en-GB.localise.php
dest: /language/en-GB/en-GB.localise.txt
type: txt
translation: /language/%locale%/%locale%.localise.php
update_option: update_as_unapproved
- source: /language/en-GB/en-GB.xml
translation: /language/%locale%/%locale%.xml
update_option: update_as_unapproved
content_segmentation: 0
- source: /language/en-GB/install.xml
translation: /language/%locale%/install.xml
update_option: update_as_unapproved
content_segmentation: 0
- source: /installation/language/en-GB/en-GB.ini
translation: /installation/language/%locale%/%locale%.ini
update_option: update_as_unapproved
- source: /installation/language/en-GB/en-GB.xml
translation: /installation/language/%locale%/%locale%.xml
update_option: update_as_unapproved
content_segmentation: 0
- source: /build/media/system/js/fields/calendar-locales/en.js
translation: /build/media/system/js/fields/calendar-locales/%locale%.js
update_option: update_as_unapproved
- source: /administrator/manifests/packages/pkg_en-GB.xml
dest: /pkg_en-GB.xml
translation: /pkg_%locale%.xml
update_option: update_as_unapproved
content_segmentation: 0