mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Fixed tagging of localizable keys by multiCombo fields
This commit is contained in:
@@ -222,7 +222,7 @@ export function uiFieldCombo(field, context) {
|
||||
var label = field.t('options.' + k, { default: k });
|
||||
return {
|
||||
key: k,
|
||||
value: label,
|
||||
value: _isMulti ? k : label,
|
||||
display: field.t.append('options.' + k, { default: k }),
|
||||
title: d.title || label,
|
||||
klass: field.hasTextForStringId('options.' + k) ? '' : 'raw-option'
|
||||
|
||||
Reference in New Issue
Block a user