mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
fix(ui-theme): fix menuKey for Khmer language (#3770)
This commit is contained in:
parent
82fe99ae12
commit
910fc03f62
2 changed files with 6 additions and 1 deletions
5
.changeset/tender-pots-yawn.md
Normal file
5
.changeset/tender-pots-yawn.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@verdaccio/ui-theme': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix menuKey for Khmer language
|
|
@ -21,7 +21,7 @@ export const listLanguages: LanguageConfiguration[] = [
|
||||||
{ lng: 'ru-RU', icon: Flags.RU, menuKey: 'lng.russian' },
|
{ lng: 'ru-RU', icon: Flags.RU, menuKey: 'lng.russian' },
|
||||||
{ lng: 'tr-TR', icon: Flags.TR, menuKey: 'lng.turkish' },
|
{ lng: 'tr-TR', icon: Flags.TR, menuKey: 'lng.turkish' },
|
||||||
{ lng: 'uk-UA', icon: Flags.UA, menuKey: 'lng.ukraine' },
|
{ lng: 'uk-UA', icon: Flags.UA, menuKey: 'lng.ukraine' },
|
||||||
{ lng: 'km-KH', icon: Flags.KH, menuKey: 'lng.khme' },
|
{ lng: 'km-KH', icon: Flags.KH, menuKey: 'lng.khmer' },
|
||||||
{ lng: 'zh-CN', icon: Flags.CN, menuKey: 'lng.chinese' },
|
{ lng: 'zh-CN', icon: Flags.CN, menuKey: 'lng.chinese' },
|
||||||
{ lng: 'zh-TW', icon: Flags.TW, menuKey: 'lng.chineseTraditional' },
|
{ lng: 'zh-TW', icon: Flags.TW, menuKey: 'lng.chineseTraditional' },
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue