first commit

This commit is contained in:
2025-11-26 07:49:54 +00:00
commit d8685ccf10
468 changed files with 41346 additions and 0 deletions
+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;