Commit 60349325 authored by thierrytiti's avatar thierrytiti

Update converse.js

parent f521532f
...@@ -215,7 +215,7 @@ ...@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment