chore: add Slovenian locale (#1437)

chore: add sl locale
This commit is contained in:
boojack
2023-04-01 21:34:10 +08:00
committed by GitHub
parent 741eeb7835
commit 0cddb358c1
5 changed files with 9 additions and 4 deletions

View File

@ -36,6 +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>
</Select>
);
};