updated docs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { languageSelectionTranslationEn } from "./english";
|
||||
import { languageSelectionTranslationTr } from "./turkish";
|
||||
|
||||
export const languageSelectionTranslation = {
|
||||
en: languageSelectionTranslationEn,
|
||||
tr: languageSelectionTranslationTr
|
||||
}
|
||||
Reference in New Issue
Block a user