i18n: add translations for 30 locales from Quartz v4

This commit is contained in:
saberzero1 2026-04-04 01:56:13 +02:00
parent 2554ab4c4b
commit caee89c7e1
No known key found for this signature in database
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
export default {
components: {
contentMeta: {
readingTime: ({ minutes }: { minutes: number }) => `${minutes} мин оқу`,
},
},
};

View file

@ -0,0 +1,7 @@
export default {
components: {
contentMeta: {
readingTime: ({ minutes }: { minutes: number }) => `${minutes} min read`,
},
},
};