jack 2 月之前
父節點
當前提交
fd9a10af96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/i18n.ts

+ 1 - 1
src/i18n.ts

@@ -2,7 +2,7 @@ import fallbackLangData from "./locales/en.json";
 import percentages from "./locales/percentages.json";
 import { ENV } from "./constants";
 
-const COMPLETION_THRESHOLD = 85;
+const COMPLETION_THRESHOLD = 110;
 
 export interface Language {
   code: string;