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