Default Wikipedia language field to the user's detected language

(fixes #3265)
This commit is contained in:
Bryan Housel
2016-07-23 16:17:38 -07:00
parent 69bde8f37f
commit 0755847401
+1 -1
View File
@@ -44,7 +44,7 @@ export function wikipedia(field, context) {
.attr('type', 'text')
.attr('class', 'wiki-lang')
.attr('placeholder', t('translate.localized_translation_language'))
.value('English');
.value(language()[1]);
lang
.call(langcombo)