docs: add i18n for hero sponsors banner

This commit is contained in:
kabrunko-dev
2024-04-13 00:36:06 -03:00
parent 991795b95c
commit 2b6d1af73b
7 changed files with 23 additions and 8 deletions

View File

@@ -60,6 +60,8 @@ const i18n = defineCollection({
'subscription.note.description': z.string(),
'contributor.title': z.string(),
'contributor.subtitle': z.string(),
'sponsors.description': z.string(),
'sponsors.joinButton': z.string(),
})
.partial(),
}),

View File

@@ -21,5 +21,7 @@
"subscription.note.title": "Notes",
"subscription.note.description": "This email will only be used for sending new challenges updates",
"contributor.title": "Contributors",
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!"
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!",
"sponsors.description": "Big thanks to the people supporting this project: ",
"sponsors.joinButton": "Join the list"
}

View File

@@ -61,5 +61,7 @@
"subscription.note.title": "Notas",
"subscription.note.description": "Este correo se utilizará para informar acerca de nuevos retos",
"contributor.title": "Contributors",
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!"
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!",
"sponsors.description": "Big thanks to the people supporting this project: ",
"sponsors.joinButton": "Join the list"
}

View File

@@ -21,5 +21,7 @@
"subscription.note.title": "Notes",
"subscription.note.description": "This email will only be used for sending new challenges updates",
"contributor.title": "Contributors",
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!"
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!",
"sponsors.description": "Big thanks to the people supporting this project: ",
"sponsors.joinButton": "Join the list"
}

View File

@@ -22,5 +22,7 @@
"subscription.note.title": "Notas",
"subscription.note.description": "Este email será apenas usado para enviar atualizações de novos desafios",
"contributor.title": "Contributors",
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!"
"contributor.subtitle": "Thanks to all the contributors who have helped make this documentation better!",
"sponsors.description": "Muito obrigado as pessoas que apoiam este projeto: ",
"sponsors.joinButton": "Juntar-se à lista"
}

View File

@@ -22,5 +22,7 @@
"subscription.note.title": "Примечание",
"subscription.note.description": "Этот email будет использоваться только для сообщений о новых испытаниях",
"contributor.title": "Контрибьюторы",
"contributor.subtitle": "Спасибо всем контрибьюторам которые помогли сделать эту документацию лучше!"
"contributor.subtitle": "Спасибо всем контрибьюторам которые помогли сделать эту документацию лучше!",
"sponsors.description": "Big thanks to the people supporting this project: ",
"sponsors.joinButton": "Join the list"
}