3 - Began the work of internationalization.
This commit is contained in:
5
src/i18n/index.ts
Normal file
5
src/i18n/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { EN } from "./en";
|
||||
|
||||
export const I18N = {
|
||||
EN,
|
||||
}
|
||||
Reference in New Issue
Block a user