forked from mirrors/ntfy
1
0
Fork 0

Added Swedish

This commit is contained in:
binwiederhier 2023-04-11 11:42:06 -04:00
parent e3998d5fce
commit dc5dbdf6e5
2 changed files with 5 additions and 0 deletions

View File

@ -1173,3 +1173,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
**Documentation:**
* Updated PowerShell examples ([#697](https://github.com/binwiederhier/ntfy/pull/697), thanks to [@Natfan](https://github.com/Natfan))
**Additional languages:**
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/Shjosan/))

View File

@ -483,6 +483,7 @@ const Language = () => {
<MenuItem value="pt_BR">Português (Brasil)</MenuItem>
<MenuItem value="pl">Polski</MenuItem>
<MenuItem value="ru">Русский</MenuItem>
<MenuItem value="sv">Svenska</MenuItem>
<MenuItem value="tr">Türkçe</MenuItem>
</Select>
</FormControl>