mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Default Wikipedia language field to the user's detected language
(fixes #3265)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user