forked from misskey-dev/misskey-hub-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
25 lines (25 loc) · 804 Bytes
/
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
files:
- source: /locales/ja-JP.yml
translation: /locales/%locale%.yml
update_option: update_as_unapproved
skip_untranslated_strings: true
- source: /content/ja/docs/**/*.*
translation: /content/%two_letters_code%/docs/**/%original_file_name%
update_option: update_as_unapproved
skip_untranslated_files: true
ignore:
- "/content/ja/docs/**/_*.md"
languages_mapping:
two_letters_code:
zh-TW: tw
zh-CN: cn
- source: /content/ja/contact-faq/**/*.*
translation: /content/%two_letters_code%/contact-faq/**/%original_file_name%
update_option: update_as_unapproved
skip_untranslated_files: true
ignore:
- "/content/ja/contact-faq/**/_*.md"
languages_mapping:
two_letters_code:
zh-TW: tw
zh-CN: cn