chore: move i18n ci scripts to scripts

This commit is contained in:
alt0
2023-01-09 11:45:56 +08:00
parent 462e86b9a0
commit 974fabb2af
5 changed files with 0 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export interface TranslationRes {
[x: string]: string | TranslationRes;
}