updated docs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const dashboardTranslationEn = {
|
||||
title: "Dashboard Panel",
|
||||
};
|
||||
|
||||
export { dashboardTranslationEn };
|
||||
@@ -0,0 +1,7 @@
|
||||
import { dashboardTranslationEn } from "./english";
|
||||
import { dashboardTranslationTr } from "./turkish";
|
||||
|
||||
export const dashboardTranslation = {
|
||||
en: dashboardTranslationEn,
|
||||
tr: dashboardTranslationTr,
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
const dashboardTranslationTr = {
|
||||
title: "Yönetim Panosu",
|
||||
};
|
||||
|
||||
export { dashboardTranslationTr };
|
||||
Reference in New Issue
Block a user