Skip to content

Commit

Permalink
suite des trads
Browse files Browse the repository at this point in the history
  • Loading branch information
vanadar committed Feb 7, 2014
1 parent 71ee298 commit c7ad538
Show file tree
Hide file tree
Showing 18 changed files with 1,032 additions and 417 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
<script src="lib/jquery.event.swipe.js"></script>
<script src="lib/base64.js"></script>
<script src="lib/translate.js"></script>
<script src="lang/fr.js"></script>

<script>
//load language
document.write('<script src="lang/fr.js"><\/script>');
document.write('<link rel="stylesheet" type="text/css" href="lang/fr.css" \/>');
</script>

<script src="script/Button.js"></script>
<script src="script/engine.js"></script>
<script src="script/state_manager.js"></script>
Expand Down
4 changes: 4 additions & 0 deletions lang/fr.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.button{width: 100px !important;}
#outsidePanel .button{width: 115px! important;}

.eventPanel .button { width: 122px !important;}
2 changes: 1 addition & 1 deletion lang/fr.js

Large diffs are not rendered by default.

Binary file modified lang/fr.mo
Binary file not shown.
Loading

0 comments on commit c7ad538

Please sign in to comment.