mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 12:17:55 +00:00
feat: add Hungarian translation (#261)
Co-authored-by: Kármán Zsombor <karman.zsombor@infohullam.hu>
This commit is contained in:
@ -36,6 +36,10 @@ const PreferenceSection: React.FC = () => {
|
||||
value: "RU",
|
||||
label: "русский",
|
||||
},
|
||||
{
|
||||
value: "HU",
|
||||
label: "Magyar",
|
||||
},
|
||||
];
|
||||
|
||||
const colorThemeOptions = [
|
||||
|
Reference in New Issue
Block a user