diff --git a/src/i18n/locales/tr-TR.ts b/src/i18n/locales/tr-TR.ts new file mode 100644 index 0000000..17e978b --- /dev/null +++ b/src/i18n/locales/tr-TR.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "Koyu mod", + lightMode: "Açık mod", + }, + }, +}; diff --git a/src/i18n/locales/uk-UA.ts b/src/i18n/locales/uk-UA.ts new file mode 100644 index 0000000..d86aa6a --- /dev/null +++ b/src/i18n/locales/uk-UA.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "Темний режим", + lightMode: "Світлий режим", + }, + }, +};