Browse Source

Added Ukranian

Philipp Heckel 3 years ago
parent
commit
fd21d2f4ce
2 changed files with 6 additions and 0 deletions
  1. 5 0
      docs/releases.md
  2. 1 0
      web/src/components/Preferences.js

+ 5 - 0
docs/releases.md

@@ -53,6 +53,11 @@ Thank you to [@wunter8](https://github.com/wunter8) for proactively picking up s
 * Clarified Docker install instructions ([#361](https://github.com/binwiederhier/ntfy/issues/361), thanks to [@barart](https://github.com/barart) for reporting)
 * Mismatched quotation marks ([#392](https://github.com/binwiederhier/ntfy/pull/392)], thanks to [@connorlanigan](https://github.com/connorlanigan))
 
+**Additional translations:**
+
+* Ukranian (thanks to [@v.kopitsa](https://hosted.weblate.org/user/v.kopitsa/))
+
+
 ## ntfy server v1.27.2
 Released June 23, 2022
 

+ 1 - 0
web/src/components/Preferences.js

@@ -461,6 +461,7 @@ const Language = () => {
                     <MenuItem value="ja">日本語</MenuItem>
                     <MenuItem value="nl">Nederlands</MenuItem>
                     <MenuItem value="nb_NO">Norsk bokmål</MenuItem>
+                    <MenuItem value="uk">Українська</MenuItem>
                     <MenuItem value="pt_BR">Português (Brasil)</MenuItem>
                     <MenuItem value="ru">Русский</MenuItem>
                     <MenuItem value="tr">Türkçe</MenuItem>