docs: establish i18n for message boxes (#41326)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: miyaliu666 <miyaliu66666@gmail.com>
Co-authored-by: Rafael D. Hernandez <rafaeldavish443@gmail.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-08 22:00:31 -08:00
committed by GitHub
parent 7c3cbbbfd5
commit 75ac8e1725

View File

@ -89,9 +89,37 @@
placeholder: 'Search...' placeholder: 'Search...'
}, },
'flexible-alerts': { // Add languages here for message box translations
style: 'callout' 'flexibleAlerts': {
}, note: {
label: {
'/i18n/chinese/': '注意',
'/i18n/espanol/': 'Nota',
'/': 'Note'
}
},
tip: {
label: {
'/i18n/chinese/': '提示',
'/i18n/espanol/': 'Sugerencia',
'/': 'Tip'
}
},
warning: {
label: {
'/i18n/chinese/': '警告',
'/i18n/espanol/': 'Advertencia',
'/': 'Warning'
}
},
attention: {
label: {
'/i18n/chinese/': '注意',
'/i18n/espanol/': 'Atención',
'/': 'Attention'
}
}
},
pagination: { pagination: {
crossChapter: true crossChapter: true
@ -176,7 +204,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/js/all.min.js" <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/js/all.min.js"
integrity="sha512-YSdqvJoZr83hj76AIVdOcvLWYMWzy6sJyIMic2aQz5kh2bPTd9dzY3NtdeEAzPp/PhgZqr4aJObB3ym/vsItMg==" integrity="sha512-YSdqvJoZr83hj76AIVdOcvLWYMWzy6sJyIMic2aQz5kh2bPTd9dzY3NtdeEAzPp/PhgZqr4aJObB3ym/vsItMg=="
crossorigin="anonymous"></script> crossorigin="anonymous"></script>
</body> </body>
</html> </html>