add translations

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-05-18 23:57:48 +08:00
parent d339fd178b
commit 99ad6254c1
37 changed files with 120 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ def main():
def expand():
for fn in glob.glob('./src/lang/*'):
for fn in glob.glob('./src/lang/*.rs'):
lang = os.path.basename(fn)[:-3]
if lang in ['en','template']: continue
print(lang)