mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
docs: add i18n for hero sponsors banner
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user