add help.ar.html

This commit is contained in:
j 2017-12-27 12:16:32 +01:00
commit 546f3dca10
2 changed files with 169 additions and 2 deletions

View file

@ -51,12 +51,10 @@ pandora.ui.helpDialog = function() {
}),
url = '/static/html/help.html';
/*
// FIXME: should be updated at build time
if (Ox.contains(['ar'], pandora.user.ui.locale)) {
url = '/static/html/help.' + pandora.user.ui.locale + '.html';
}
*/
Ox.get(url, function(html) {