diff --git a/src/i18n/locales/fr-FR.ts b/src/i18n/locales/fr-FR.ts new file mode 100644 index 0000000..a9f1b72 --- /dev/null +++ b/src/i18n/locales/fr-FR.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "Mode lecture", + }, + }, +}; diff --git a/src/i18n/locales/he-IL.ts b/src/i18n/locales/he-IL.ts new file mode 100644 index 0000000..f67270a --- /dev/null +++ b/src/i18n/locales/he-IL.ts @@ -0,0 +1,7 @@ +export default { + components: { + readerMode: { + title: "מצב קריאה", + }, + }, +};