Adds French in available languages.

This commit is contained in:
hristoterezov 2015-05-29 09:46:49 +03:00
parent 01deadf078
commit d0efa6a77b
4 changed files with 7 additions and 4 deletions

View File

@ -19,7 +19,7 @@
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
<script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
<script src="interface_config.js?v=5"></script>
<script src="libs/app.bundle.js?v=77"></script>
<script src="libs/app.bundle.js?v=78"></script>
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
<link rel="stylesheet" href="css/font.css?v=7"/>
<link rel="stylesheet" href="css/toastr.css?v=1">

View File

@ -3,5 +3,6 @@
"bg": "Bulgarian",
"de": "German",
"tr": "Turkish",
"it": "Italian"
"it": "Italian",
"fr": "French"
}

View File

@ -29199,7 +29199,8 @@ module.exports = {
EN: "en",
BG: "bg",
DE: "de",
TR: "tr"
TR: "tr",
FR: "fr"
}
},{}],105:[function(require,module,exports){
var XMPPEvents = {

View File

@ -11,5 +11,6 @@ module.exports = {
EN: "en",
BG: "bg",
DE: "de",
TR: "tr"
TR: "tr",
FR: "fr"
}