diff options
| author | Mark Otto <[email protected]> | 2012-02-01 22:51:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 22:51:01 -0800 |
| commit | 58fd0dea36173c8672fd77cf06df2ccfbeb4d068 (patch) | |
| tree | 9da843e313c03a5469b5756ce6f02c42bdcd85b9 /docs/templates/pages/javascript.mustache | |
| parent | 43d797dfff839013deb726a55edf082378444640 (diff) | |
| download | bootstrap-58fd0dea36173c8672fd77cf06df2ccfbeb4d068.tar.xz bootstrap-58fd0dea36173c8672fd77cf06df2ccfbeb4d068.zip | |
fixing some docs pages for i18n
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index aedd21f53..3233a9b76 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -947,17 +947,17 @@ $('#my-alert').bind('closed', function () { <h3>{{_i}}Markup{{/i}}</h3> <p>{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}</p> <pre class="prettyprint linenums"> -<!-- 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 () { <hr> <h2>{{_i}}Using bootstrap-collapse.js{{/i}}</h2> - <p>Enable via javascript:</p> + <p>{{_i}}Enable via javascript:{{/i}}</p> <pre class="prettyprint linenums">$(".collapse").collapse()</pre> <h3>{{_i}}Options{{/i}}</h3> <table class="table table-bordered table-striped"> @@ -1220,11 +1220,11 @@ $('#myCollapsible').on('hidden', function () { <p>{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}</p> <pre class="prettyprint linenums"> <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> |
