|
|
@@ -3,8 +3,8 @@ import { recursiveReaddir } from 'https://deno.land/x/recursive_readdir/mod.ts';
|
|
|
import { join, dirname, extname, basename } from 'https://deno.land/std/path/mod.ts';
|
|
|
import { flatten } from 'https://deno.land/x/flatten@1.1.0/mod.ts';
|
|
|
|
|
|
-const currentPath = 'src/locales/lang/ja';
|
|
|
-const currentLang = 'ja';
|
|
|
+const currentPath = 'src/locales/lang/zh-CN';
|
|
|
+const currentLang = 'zh-CN';
|
|
|
const transFiles = (await recursiveReaddir(join('.', currentPath))).filter(
|
|
|
(file: string) => extname(file) === '.ts',
|
|
|
);
|