kzahel / jstorrent

JavaScript Torrent Client primarily for ChromeOS and the Chrome Web Store
https://www.jstorrent.com
Other
407 stars 114 forks source link

Have translate in French App #102

Open liberodark opened 9 years ago

liberodark commented 9 years ago

Do you well add the ability to select a language?

I translated a good part of the application, but the problem remains that it does not change the language!

Cordialy

View my code :

  <div class="btn-group">
    <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
      Langue
      <span class="caret"></span>
    </button>
    <ul class="dropdown-menu">
      <!--li><a id="re-check" href="#">Re-check Torrent Files</a></li--><!-- not working well enough -->
      <li><a href="index.html">Anglais</a></li>
      <li><a href="index-fr.html">Français</a></li>

      <!--li><a href="#">Delete Files</a></li>
          <li><a href="#">Delete Files and Torrent</a></li>
  • Delete Everything
  • kzahel commented 9 years ago

    Hi. I'm still working on preparing for localization. Currently the strings are not in a separate file, which is how it needs to be before localization can happen properly.