diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index deab7e441b..4647e747bf 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index d7b3efcaef..d8218ecc01 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -8,8 +8,8 @@
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
+{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}
{{_i}}View project on GitHub{{/i}} {{_i}}Download Bootstrap{{/i}} @@ -11,7 +11,7 @@
{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}
-<!-- Add data-toggle="button" to activate toggling on a single button -->
+<!-- {{_i}}Add data-toggle="button" to activate toggling on a single button{{/i}} -->
<button class="btn" data-toggle="button">Single Toggle</button>
-<!-- Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group -->
+<!-- {{_i}}Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group{{/i}} -->
<div class="btn-group" data-toggle="buttons-checkbox">
<button class="btn">Left</button>
<button class="btn">Middle</button>
<button class="btn">Right</button>
</div>
-<!-- Add data-toggle="buttons-radio" for radio style toggling on btn-group -->
+<!-- {{_i}}Add data-toggle="buttons-radio" for radio style toggling on btn-group{{/i}} -->
<div class="btn-group" data-toggle="buttons-radio">
<button class="btn">Left</button>
<button class="btn">Middle</button>
@@ -1052,7 +1052,7 @@ $('#my-alert').bind('closed', function () {
{{_i}}Using bootstrap-collapse.js{{/i}}
- Enable via javascript:
+ {{_i}}Enable via javascript:{{/i}}
$(".collapse").collapse()
{{_i}}Options{{/i}}