Fix occitan label
This commit is contained in:
parent
1d6587aa42
commit
db6d617dd2
|
@ -27,7 +27,7 @@ body {
|
||||||
--mainBackgroundColor: #{$bg-color};
|
--mainBackgroundColor: #{$bg-color};
|
||||||
--mainForegroundColor: #{$fg-color};
|
--mainForegroundColor: #{$fg-color};
|
||||||
--submenuColor: #{$sub-menu-color};
|
--submenuColor: #{$sub-menu-color};
|
||||||
--inputColor: #{$input-color};
|
--inputColor: #{$input-background-color};
|
||||||
--inputPlaceholderColor: #{$input-placeholder-color};
|
--inputPlaceholderColor: #{$input-placeholder-color};
|
||||||
|
|
||||||
font-family: $main-fonts;
|
font-family: $main-fonts;
|
||||||
|
|
|
@ -46,7 +46,7 @@ $video-thumbnail-width: 200px;
|
||||||
|
|
||||||
$theater-bottom-space: 85px;
|
$theater-bottom-space: 85px;
|
||||||
|
|
||||||
$input-color: inherit;
|
$input-background-color: $bg-color;
|
||||||
$input-placeholder-color: #898989;
|
$input-placeholder-color: #898989;
|
||||||
|
|
||||||
/*** map theme ***/
|
/*** map theme ***/
|
||||||
|
|
|
@ -755,6 +755,9 @@ function buildLanguages () {
|
||||||
})
|
})
|
||||||
.forEach(l => languages[l.iso6391 || l.iso6393] = l.name)
|
.forEach(l => languages[l.iso6391 || l.iso6393] = l.name)
|
||||||
|
|
||||||
|
// Override Occitan label
|
||||||
|
languages['oc'] = 'Occitan'
|
||||||
|
|
||||||
return languages
|
return languages
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue