diff --git a/src/i18n/locales/ru-RU.ts b/src/i18n/locales/ru-RU.ts new file mode 100644 index 0000000..460ae01 --- /dev/null +++ b/src/i18n/locales/ru-RU.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "Тёмный режим", + lightMode: "Светлый режим", + }, + }, +}; diff --git a/src/i18n/locales/th-TH.ts b/src/i18n/locales/th-TH.ts new file mode 100644 index 0000000..3938ea1 --- /dev/null +++ b/src/i18n/locales/th-TH.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "โหมดมืด", + lightMode: "โหมดสว่าง", + }, + }, +};