diff --git a/src/i18n/locales/fa-IR.ts b/src/i18n/locales/fa-IR.ts new file mode 100644 index 0000000..9c5c7ac --- /dev/null +++ b/src/i18n/locales/fa-IR.ts @@ -0,0 +1,8 @@ +export default { + components: { + recentNotes: { + title: "یادداشت‌های اخیر", + seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + }, + }, +}; diff --git a/src/i18n/locales/fi-FI.ts b/src/i18n/locales/fi-FI.ts new file mode 100644 index 0000000..d6f3c75 --- /dev/null +++ b/src/i18n/locales/fi-FI.ts @@ -0,0 +1,8 @@ +export default { + components: { + recentNotes: { + title: "Viimeisimmät muistiinpanot", + seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + }, + }, +};