Skip to content

Commit fc1d65c

Browse files
Clement HoangBrian Vaughn
Clement Hoang
authored and
Brian Vaughn
committed
Change allowable language threshold to 50%
1 parent aee9bdc commit fc1d65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdin/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
key: process.env.CROWDIN_API_KEY,
33
url: 'https://api.crowdin.com/api/project/react',
4-
translation_threshold: 30,
4+
translation_threshold: 50,
55
};

0 commit comments

Comments
 (0)