Add translation for classic colour palette
This commit is contained in:
parent
cc998f1bc9
commit
e6051ee98b
|
|
@ -55,7 +55,8 @@
|
|||
"label": "Language"
|
||||
},
|
||||
"colormap": {
|
||||
"label": "Heatmap colors"
|
||||
"label": "Heatmap colors",
|
||||
"classic": "Crab Fit (classic)"
|
||||
}
|
||||
},
|
||||
"video": {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ const Settings = () => {
|
|||
name="colormap"
|
||||
id="colormap"
|
||||
options={{
|
||||
'crabfit': 'Crab Fit (classic)',
|
||||
'crabfit': t('options.colormap.classic'),
|
||||
...Object.fromEntries(Object.keys(maps).map(palette => [
|
||||
palette,
|
||||
palette.split('-')
|
||||
|
|
|
|||
Loading…
Reference in a new issue