Update from upstream

* Localization updates.
* Solution for bug 54725

Change-Id: I91f8263c49fdfba3084f2b3107a8b57963fd720d
This commit is contained in:
Amir E. Aharoni
2013-11-22 22:55:48 +05:30
parent 0f0198ded8
commit 313b4a108a
6 changed files with 44 additions and 10 deletions

View File

@@ -64,6 +64,10 @@
constructor: LanguageCategoryDisplay,
append: function ( langCode, regionCode ) {
if ( !this.options.languages[langCode] ) {
// Language is unknown or not in the list of languages for this context.
return;
}
this.addToRegion( langCode, regionCode );
this.$noResults.hide();
},