hr0nix / BlueSkies

A simple canopy landing simulator
http://hr0nix.github.io/BlueSkies/
MIT License
13 stars 5 forks source link

Refactor localization using a js templating framework #37

Closed ilyapoz closed 10 years ago

ilyapoz commented 10 years ago

Someone suggested https://github.com/janl/mustache.js on stackoverflow.

At the moment the tooltips and other attributes are especially annoying to localize: too much duplication.

ilyapoz commented 10 years ago

We can do this now in knockout.js The tooltips are easily localizeable that way and this is used already.

But do we need to? For large portions of text/markup html is better anyway.