1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Added custom languages to the top

This commit is contained in:
JohnBednarczyk
2020-12-20 09:21:51 -06:00
committed by Qstick
parent a31ca4e80b
commit c2a21cd238
25 changed files with 133 additions and 41 deletions

View File

@@ -49,6 +49,7 @@ function getSelectValues(selectOptions) {
result.push({
key: option.value,
value: option.name,
dividerAfter: option.dividerAfter,
hint: option.hint
});