forked from circleci/circleci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
46 lines (37 loc) · 1.94 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
files:
# - source: /jekyll/_data/sidenav.yml
# translation: /jekyll/_data/%two_letters_code%/sidenav.yml
# update_option: update_as_unapproved
- source: /jekyll/_includes/edit-on-github.html
translation: /jekyll/_includes/%two_letters_code%/edit-on-github.html
update_option: update_as_unapproved
- source: /jekyll/_includes/license-notice.html
translation: /jekyll/_includes/%two_letters_code%/license-notice.html
update_option: update_as_unapproved
- source: /jekyll/_includes/snippets/*.md
translation: /jekyll/_includes/snippets/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /jekyll/_includes/snippets/*.adoc
translation: /jekyll/_includes/snippets/%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
# - source: /jekyll/_cci2/*.md
# translation: /jekyll/_cci2_%two_letters_code%/%original_file_name%
# update_option: update_as_unapproved
- source: /jekyll/_cci2/*.adoc
translation: /jekyll/_cci2_%two_letters_code%/%original_file_name%
update_option: update_as_unapproved
- source: /jekyll/_cci2/server/*.adoc
translation: /jekyll/_cci2_%two_letters_code%/server/%original_file_name%
update_option: update_as_unapproved
- source: /jekyll/_cci2/server/installation/*.adoc
translation: /jekyll/_cci2_%two_letters_code%/server/installation/%original_file_name%
update_option: update_as_unapproved
- source: /jekyll/_cci2/server/operator/*.adoc
translation: /jekyll/_cci2_%two_letters_code%/server/operator/%original_file_name%
update_option: update_as_unapproved
- source: /jekyll/_cci2/server/overview/*.adoc
translation: /jekyll/_cci2_%two_letters_code%/server/overview/%original_file_name%
update_option: update_as_unapproved
- source: /jekyll/_cci2/images/linux-vm/*.md
translation: /jekyll/_cci2_%two_letters_code%/images/linux-vm/%original_file_name%
update_option: update_as_unapproved