summaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:04 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:14:04 +0900
commit23e49c6e6e63a518e704f82879a5fdcf268c51d8 (patch)
tree630ab081700b9b3d0bde5901cf75d843cd965d7c /src/types
parentda15a6ec744281c6ae2b970c72d45b93f8a75109 (diff)
1st stage, only language switch.
Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me.
Diffstat (limited to 'src/types')
-rw-r--r--src/types/i18next-fs-backend.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types/i18next-fs-backend.d.ts b/src/types/i18next-fs-backend.d.ts
new file mode 100644
index 0000000..33714e7
--- /dev/null
+++ b/src/types/i18next-fs-backend.d.ts
@@ -0,0 +1,5 @@
+declare module 'i18next-fs-backend' {
+ import { BackendModule } from 'i18next';
+ const backend: BackendModule;
+ export default backend;
+} \ No newline at end of file