diff --git a/templates/layout.mustache b/templates/layout.mustache
index 28a11d3f..083f8f0f 100644
--- a/templates/layout.mustache
+++ b/templates/layout.mustache
@@ -2,7 +2,7 @@
- Bootstrap, from Twitter
+ {{_i}}Bootstrap, from Twitter{{/i}}
@@ -38,7 +38,7 @@
- Bootstrap
+ {{_i}}Bootstrap{{/i}}
-
diff --git a/templates/pages/components.mustache b/templates/pages/components.mustache
index ab11337d..25ddc50c 100644
--- a/templates/pages/components.mustache
+++ b/templates/pages/components.mustache
@@ -8,8 +8,8 @@
-
{{_i}}Buttons{{/i}}
-
@@ -752,17 +752,17 @@
<div class="navbar-inner">
<div class="container">
- <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
+ <!-- {{_i}}.btn-navbar is used as the toggle for collapsed navbar content{{/i}} -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <!-- Be sure to leave the brand out there if you want it shown -->
+ <!-- {{_i}}Be sure to leave the brand out there if you want it shown{{/i}} -->
<a class="brand" href="#">{{_i}}Project name{{/i}}</a>
- <!-- Everything you want hidden at 940px or less, place within here -->
+ <!-- {{_i}}Everything you want hidden at 940px or less, place within here{{/i}} -->
<div class="nav-collapse">
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>
diff --git a/templates/pages/index.mustache b/templates/pages/index.mustache
index f7cadc08..c8a11688 100644
--- a/templates/pages/index.mustache
+++ b/templates/pages/index.mustache
@@ -3,7 +3,7 @@
@@ -133,4 +133,4 @@
-
\ No newline at end of file
+
diff --git a/templates/pages/javascript.mustache b/templates/pages/javascript.mustache
index 003a4386..9950d396 100644
--- a/templates/pages/javascript.mustache
+++ b/templates/pages/javascript.mustache
@@ -726,7 +726,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
{{_i}}Example hover popover{{/i}}
{{_i}}Hover over the button to trigger the popover.{{/i}}
{{_i}}Using bootstrap-popover.js{{/i}}
@@ -947,17 +947,17 @@ $('#my-alert').bind('closed', function () {
{{_i}}Markup{{/i}}
{{_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}}
@@ -1220,11 +1220,11 @@ $('#myCollapsible').on('hidden', function () {
{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}
<div class="carousel">
- <!-- Carousel items -->
+ <!-- {{_i}}Carousel items{{/i}} -->
<div class="carousel-inner">
...
</div>
- <!-- Carousel nav -->
+ <!-- {{_i}}Carousel nav{{/i}} -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
@@ -1349,4 +1349,4 @@ $('.myCarousel').carousel({
{{_i}}Initializes an input with a typahead.{{/i}}
-
\ No newline at end of file
+
diff --git a/templates/pages/less.mustache b/templates/pages/less.mustache
index 70432cea..aa4059bf 100644
--- a/templates/pages/less.mustache
+++ b/templates/pages/less.mustache
@@ -400,7 +400,7 @@
- Forms
+ {{_i}}Forms{{/i}}
- Typography
+ {{_i}}Typography{{/i}}
- Grid system
+ {{_i}}Grid system{{/i}}
- CSS3 properties
+ {{_i}}CSS3 properties{{/i}}
- Backgrounds and gradients
+ {{_i}}Backgrounds and gradients{{/i}}
diff --git a/templates/pages/scaffolding.mustache b/templates/pages/scaffolding.mustache
index bfbd879d..dbe5f022 100644
--- a/templates/pages/scaffolding.mustache
+++ b/templates/pages/scaffolding.mustache
@@ -21,7 +21,7 @@
{{_i}}Grid system 12 columns with a responsive twist{{/i}}
- Default 940px grid
+ {{_i}}Default 940px grid{{/i}}
1
1
@@ -72,7 +72,7 @@
-
Offsetting columns
+
{{_i}}Offsetting columns{{/i}}