Skip to content

Commit 1e95def

Browse files
committed
chore: Preserve translations (but unapprove them) when strings change
1 parent ca9cdb0 commit 1e95def

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crowdin.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ preserve_hierarchy: true # Keep the directory structure so that we know, for exa
88
files:
99
- source: /web/packages/extension/assets/_locales/en/messages.json
1010
translation: /web/packages/extension/assets/_locales/%two_letters_code%/messages.json
11+
update_option: update_as_unapproved
1112

1213
# The crowdin path doesn't actually matter, so let's make it slightly more intelligible than what we have
1314
dest: /web/extension.json
@@ -20,18 +21,22 @@ files:
2021
translation: /core/assets/texts/%locale%/%original_file_name%
2122
dest: /core/%original_file_name%
2223
type: ftl
24+
update_option: update_as_unapproved
2325

2426
- source: /desktop/assets/texts/en-US/*.ftl
2527
translation: /desktop/assets/texts/%locale%/%original_file_name%
2628
dest: /desktop/%original_file_name%
2729
type: ftl
30+
update_option: update_as_unapproved
2831

2932
- source: /web/packages/core/texts/en-US/*.ftl
3033
translation: /web/packages/core/texts/%locale%/%original_file_name%
3134
dest: /web/core/%original_file_name%
3235
type: ftl
36+
update_option: update_as_unapproved
3337

3438
- source: /desktop/packages/linux/locale/*.pot
3539
translation: /desktop/packages/linux/locale/%file_name%/%two_letters_code%.po
3640
dest: /desktop/linux/%original_file_name%
3741
type: gettext
42+
update_option: update_as_unapproved

0 commit comments

Comments
 (0)