mirror of
https://github.com/rommapp/romm.git
synced 2025-12-23 19:00:23 +00:00
add hungarian to dropdown
This commit is contained in:
@@ -19,6 +19,7 @@ const defaultLanguageState = {
|
||||
{ value: "it_IT", name: "Italiano" },
|
||||
{ value: "pl_PL", name: "Polski" },
|
||||
{ value: "cs_CZ", name: "Česky" },
|
||||
{ value: "hu_HU", name: "Magyar" },
|
||||
].sort((a, b) => a.name.localeCompare(b.name)),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user