From ec43c8c4992dd2d65085e0ed8ba361ded42f66c4 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 10 Jul 2015 22:44:15 +1200 Subject: Add French UI translation --- web/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/app.js') diff --git a/web/app.js b/web/app.js index e87404421..b8ccac8df 100644 --- a/web/app.js +++ b/web/app.js @@ -22,7 +22,8 @@ Ext.Loader.setConfig({ var available = { 'en': true, 'ru': true, - 'pl': true + 'pl': true, + 'fr': true }; var language = Ext.Object.fromQueryString(window.location.search.substring(1)).locale; -- cgit v1.2.3