diff --git a/docs/index.html b/docs/index.html
index f22658883a..5ec30f1855 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -89,9 +89,37 @@
placeholder: 'Search...'
},
- 'flexible-alerts': {
- style: 'callout'
- },
+ // Add languages here for message box translations
+ '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: {
crossChapter: true
@@ -176,7 +204,6 @@
-