Skip to content

Commit 3af4ac4

Browse files
build(i18n): add crowdin update_option (#406)
1 parent 44b1b81 commit 3af4ac4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

crowdin.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,20 @@
1717
"en-GB": "en_GB",
1818
"en-US": "en_US"
1919
}
20-
}
20+
},
21+
"update_option": "update_as_unapproved"
2122
},
2223
{
2324
"source": "/Contents/Strings/en.json",
24-
"dest": "/themerr-plex.json",
25+
"dest": "/Contents/Strings/themerr-plex.json",
2526
"translation": "/Contents/Strings/%two_letters_code%.%file_extension%",
2627
"languages_mapping": {
2728
"two_letters_code": {
2829
# map non-two letter codes here, left side is crowdin designation, right side is plex designation
2930
"en-GB": "en-gb",
3031
"en-US": "en-us"
3132
}
32-
}
33+
},
34+
"update_option": "update_as_unapproved"
3335
}
3436
]

0 commit comments

Comments
 (0)