Skip to content

Commit b2b9891

Browse files
committed
Add Tamil language
1 parent 3bf02d3 commit b2b9891

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,11 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
14131413
* Note about fail2ban in Docker ([#1175](https://github.com/binwiederhier/ntfy/pull/1175)), thanks to [@Measurity](https://github.com/Measurity))
14141414
* Lots of other tiny docs updates, tanks to everyone who contributed!
14151415

1416+
**Languages**
1417+
1418+
* Update new languages from Weblate. Thanks to all the contributors!
1419+
* Added Tamil (தமிழ்) as a new language to the web app
1420+
14161421
### ntfy Android app v1.16.1 (UNRELEASED)
14171422

14181423
**Features:**

web/src/components/Preferences.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ const Language = () => {
592592
<MenuItem value="fi">Suomi</MenuItem>
593593
<MenuItem value="sv">Svenska</MenuItem>
594594
<MenuItem value="tr">Türkçe</MenuItem>
595+
<MenuItem value="ta">தமிழ்</MenuItem>
595596
</Select>
596597
</FormControl>
597598
</Pref>

0 commit comments

Comments
 (0)