Update converse.js

This commit is contained in:
thierrytiti 2015-05-13 13:57:22 +02:00
parent f521532f2f
commit 6034932523

View File

@ -215,7 +215,7 @@
// Translation machinery // Translation machinery
// --------------------- // ---------------------
this.isAvailableLocale=function(locale){ this.isAvailableLocale=function(locale){
ret=null; ret=null;
if (locales[locale]) ret=locales[locale]; if (locales[locale]) ret=locales[locale];
else{ else{