3 - Began the work of internationalization.

This commit is contained in:
Caleb Campbell
2025-12-26 09:12:04 +11:00
parent aa09a2aaa2
commit 0275b5a439
10 changed files with 379 additions and 4 deletions

5
src/i18n/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import { EN } from "./en";
export const I18N = {
EN,
}