diff options
| author | Mark Otto <[email protected]> | 2012-09-14 14:31:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-14 14:31:14 -0700 |
| commit | 5aa10184968ac70b7d0d809d370623866252a663 (patch) | |
| tree | 8c073528396ab512b7d39e10d7c584cc850b369a /docs | |
| parent | faa760f563635c6b3f4f94246ff23ed7f49ae8fb (diff) | |
| download | bootstrap-5aa10184968ac70b7d0d809d370623866252a663.tar.xz bootstrap-5aa10184968ac70b7d0d809d370623866252a663.zip | |
i18n homepage
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/index.mustache | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index da12f106f..f8fe1bd53 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -1,12 +1,12 @@ <div class="jumbotron masthead"> <div class="container"> - <h1>Bootstrap</h1> - <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> + <h1>{{_i}}Bootstrap{{/i}}</h1> + <p>{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}</p> <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.2']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p> <ul class="masthead-links"> - <li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>GitHub project</a></li> - <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li> - <li>Version 2.1.2</li> + <li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>{{_i}}GitHub project{{/i}}</a></li> + <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>{{_i}}Extend{{/i}}</a></li> + <li>{{_i}}Version 2.1.2{{/i}}</li> </ul> </div> </div> |
