updated docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const contentDefaultEn = {
|
||||
title: "Content Default",
|
||||
content: "Content Default",
|
||||
button: "Content Default",
|
||||
rows: "Rows",
|
||||
};
|
||||
|
||||
export { contentDefaultEn };
|
||||
@@ -0,0 +1,9 @@
|
||||
import { contentDefaultTr } from "./turkish";
|
||||
import { contentDefaultEn } from "./english";
|
||||
|
||||
const contentDefault = {
|
||||
tr: contentDefaultTr,
|
||||
en: contentDefaultEn,
|
||||
};
|
||||
|
||||
export { contentDefault };
|
||||
@@ -0,0 +1,8 @@
|
||||
const contentDefaultTr = {
|
||||
title: "İçerik Varsayılan",
|
||||
content: "İçerik Varsayılan",
|
||||
button: "İçerik Varsayılan",
|
||||
rows: "Satır",
|
||||
};
|
||||
|
||||
export { contentDefaultTr };
|
||||
Reference in New Issue
Block a user