mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Add Tamil language
This commit is contained in:
parent
3bf02d3cd9
commit
b2b9891a58
2 changed files with 6 additions and 0 deletions
|
@ -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))
|
* 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!
|
* 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)
|
### ntfy Android app v1.16.1 (UNRELEASED)
|
||||||
|
|
||||||
**Features:**
|
**Features:**
|
||||||
|
|
|
@ -592,6 +592,7 @@ const Language = () => {
|
||||||
<MenuItem value="fi">Suomi</MenuItem>
|
<MenuItem value="fi">Suomi</MenuItem>
|
||||||
<MenuItem value="sv">Svenska</MenuItem>
|
<MenuItem value="sv">Svenska</MenuItem>
|
||||||
<MenuItem value="tr">Türkçe</MenuItem>
|
<MenuItem value="tr">Türkçe</MenuItem>
|
||||||
|
<MenuItem value="ta">தமிழ்</MenuItem>
|
||||||
</Select>
|
</Select>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</Pref>
|
</Pref>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue