diff --git a/src/i18n/locales/kk-KZ.ts b/src/i18n/locales/kk-KZ.ts new file mode 100644 index 0000000..4c597f1 --- /dev/null +++ b/src/i18n/locales/kk-KZ.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Оқу режимі", + }, + }, +}; diff --git a/src/i18n/locales/ko-KR.ts b/src/i18n/locales/ko-KR.ts new file mode 100644 index 0000000..f59e8c6 --- /dev/null +++ b/src/i18n/locales/ko-KR.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "리더 모드", + }, + }, +};