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}} \ 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}}hover for popover{{/i}} + {{_i}}hover for 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">&lsaquo;</a>
   <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</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}}

@@ -417,7 +417,7 @@
-

Typography

+

{{_i}}Typography{{/i}}

@@ -464,7 +464,7 @@
-

Grid system

+

{{_i}}Grid system{{/i}}

@@ -496,7 +496,7 @@
-

CSS3 properties

+

{{_i}}CSS3 properties{{/i}}

@@ -568,7 +568,7 @@
-

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}}

4
4 offset 4