updated docs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const menuTranslationEn = {
|
||||
"/management/account/something/something/something": "Account Third Layer",
|
||||
"/management/account": "Account Second Layer",
|
||||
"/management": "Management First Layer",
|
||||
};
|
||||
const menuIndex = [
|
||||
"/management/account/something/something/something",
|
||||
"/building/parts/something/something/something",
|
||||
];
|
||||
|
||||
export { menuTranslationEn, menuIndex };
|
||||
@@ -0,0 +1,7 @@
|
||||
import { menuTranslationEn } from "./english";
|
||||
import { menuTranslationTr } from "./turkish";
|
||||
|
||||
export const menuTranslation = {
|
||||
en: menuTranslationEn,
|
||||
tr: menuTranslationTr,
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
const menuTranslationTr = {};
|
||||
|
||||
export { menuTranslationTr };
|
||||
Reference in New Issue
Block a user