mirror of https://gitlab.com/bashrc2/epicyon
Dropdown value is translated
parent
e9d93bef90
commit
935c838a79
|
@ -371,7 +371,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
|||
if translate.get(category):
|
||||
translatedCategory = translate[category]
|
||||
extraFields += ' <option value="' + \
|
||||
category + '">' + \
|
||||
translatedCategory + '">' + \
|
||||
translatedCategory + '</option>'
|
||||
extraFields += '<br>'
|
||||
extraFields += \
|
||||
|
|
Loading…
Reference in New Issue