initial commit

This commit is contained in:
2023-10-22 15:50:59 -06:00
commit 5ddbeeeeab
35 changed files with 5151 additions and 0 deletions

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

@ -0,0 +1,5 @@
import enUS from './en-US';
export default {
'en-US': enUS
};