feat: initial

This commit is contained in:
2022-05-02 14:37:54 +02:00
commit 9c878b8f06
6 changed files with 591 additions and 0 deletions

3
i18next-conv.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare module 'i18next-conv' {
export function gettextToI18next(locale: string, body: string, options?: any);
}