first commit

This commit is contained in:
2025-06-30 13:50:07 +07:00
commit 1532ef6db8
430 changed files with 36150 additions and 0 deletions

No files matched your search

+13
View File
@@ -0,0 +1,13 @@
import en from './en.json';
import fr from './fr.json';
import ar from './ar.json';
import zh from './zh.json';
const messages = {
en: en,
fr: fr,
ro: ar,
zh: zh
};
export default messages;