translation tool, send available languages in debug mode

This commit is contained in:
Georg Fischer
2016-01-06 19:22:45 +01:00
parent 1715e9ec9a
commit fb4147092e
2 changed files with 432 additions and 144 deletions
+1
View File
@@ -99,6 +99,7 @@ define(
updateAllTexts();
if ( config.language.debug ) {
postMessage( { availableLanguages: config.settings.language.options }, config.origin );
postMessage( { loaded: true }, config.origin );
}
}