diff --git a/src/i18n/locales/ru-RU.ts b/src/i18n/locales/ru-RU.ts new file mode 100644 index 0000000..461480d --- /dev/null +++ b/src/i18n/locales/ru-RU.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Режим чтения", + }, + }, +}; diff --git a/src/i18n/locales/th-TH.ts b/src/i18n/locales/th-TH.ts new file mode 100644 index 0000000..5857625 --- /dev/null +++ b/src/i18n/locales/th-TH.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "โหมดอ่าน", + }, + }, +};