Add Tamil language

This commit is contained in:
binwiederhier 2025-05-22 21:43:45 -04:00
parent 3bf02d3cd9
commit b2b9891a58
2 changed files with 6 additions and 0 deletions

View file

@ -1413,6 +1413,11 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
* Note about fail2ban in Docker ([#1175](https://github.com/binwiederhier/ntfy/pull/1175)), thanks to [@Measurity](https://github.com/Measurity))
* Lots of other tiny docs updates, tanks to everyone who contributed!
**Languages**
* Update new languages from Weblate. Thanks to all the contributors!
* Added Tamil (தமிழ்) as a new language to the web app
### ntfy Android app v1.16.1 (UNRELEASED)
**Features:**

View file

@ -592,6 +592,7 @@ const Language = () => {
<MenuItem value="fi">Suomi</MenuItem>
<MenuItem value="sv">Svenska</MenuItem>
<MenuItem value="tr">Türkçe</MenuItem>
<MenuItem value="ta">தமி</MenuItem>
</Select>
</FormControl>
</Pref>