init: add fuse-react v8.3.5 skeleton
This commit is contained in:
5
src/app/main/example/i18n/ar.js
Normal file
5
src/app/main/example/i18n/ar.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const locale = {
|
||||
TITLE: 'مثال على الصفحة',
|
||||
};
|
||||
|
||||
export default locale;
|
||||
5
src/app/main/example/i18n/en.js
Normal file
5
src/app/main/example/i18n/en.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const locale = {
|
||||
TITLE: 'Example Page',
|
||||
};
|
||||
|
||||
export default locale;
|
||||
5
src/app/main/example/i18n/tr.js
Normal file
5
src/app/main/example/i18n/tr.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const locale = {
|
||||
TITLE: 'Örnek Sayfa',
|
||||
};
|
||||
|
||||
export default locale;
|
||||
Reference in New Issue
Block a user