feat: updated Slovenian translation (#1440)

* Fixed some strings and typos

Checked on demo site and saw some string can be improved.

* Update LocaleSelect.tsx

Native name for language
This commit is contained in:
thehijacker
2023-04-01 20:26:33 +02:00
committed by GitHub
parent 0baf6b0e19
commit e3fc23ccf9
2 changed files with 25 additions and 25 deletions

View File

@ -36,7 +36,7 @@ const LocaleSelect: FC<Props> = (props: Props) => {
<Option value="hant"></Option>
<Option value="tr">Turkish</Option>
<Option value="ko"></Option>
<Option value="sl">Slovenian</Option>
<Option value="sl">Slovenščina</Option>
</Select>
);
};