diff --git a/src/i18n/locales/fr-FR.ts b/src/i18n/locales/fr-FR.ts new file mode 100644 index 0000000..cdb5de4 --- /dev/null +++ b/src/i18n/locales/fr-FR.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "Mode sombre", + lightMode: "Mode clair", + }, + }, +}; diff --git a/src/i18n/locales/he-IL.ts b/src/i18n/locales/he-IL.ts new file mode 100644 index 0000000..53cc3b6 --- /dev/null +++ b/src/i18n/locales/he-IL.ts @@ -0,0 +1,8 @@ +export default { + components: { + themeToggle: { + darkMode: "מצב כהה", + lightMode: "מצב בהיר", + }, + }, +};