mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-17 21:28:25 -04:00
feat added custom pages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import en from './en';
|
||||
import ar from './ar';
|
||||
|
||||
const messages = {
|
||||
...ar,
|
||||
...en
|
||||
}
|
||||
|
||||
export default messages;
|
||||
Reference in New Issue
Block a user