Currently translated at 100.0% (1054 of 1054 strings)
Co-authored-by: Poesty Li <poesty7450@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
Currently translated at 9.5% (101 of 1060 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 9.5% (101 of 1060 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 6.9% (74 of 1060 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 6.7% (72 of 1060 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 6.6% (71 of 1060 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 6.6% (70 of 1060 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 6.3% (67 of 1060 strings)
Co-authored-by: Fábio Rodrigues Ribeiro <farribeiro@gmail.com>
Co-authored-by: Tomás Zandoná <tomas.zandona@migplus.com.br>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/
Translation: Nheko/nheko
Currently translated at 1.4% (15 of 1060 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 0.8% (9 of 1060 strings)
Co-authored-by: AdrianL40 <adrianleeho@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hant/
Translation: Nheko/nheko
Currently translated at 26.3% (279 of 1060 strings)
Translated using Weblate (Russian)
Currently translated at 25.7% (273 of 1060 strings)
Translated using Weblate (Russian)
Currently translated at 25.7% (273 of 1060 strings)
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
Currently translated at 100.0% (1060 of 1060 strings)
Translated using Weblate (Esperanto)
Currently translated at 100.0% (1054 of 1054 strings)
Co-authored-by: Tirifto <tirifto@posteo.cz>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/
Translation: Nheko/nheko
Currently translated at 100.0% (1060 of 1060 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (1060 of 1060 strings)
Translated using Weblate (Estonian)
Currently translated at 100.0% (1054 of 1054 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
Currently translated at 100.0% (1060 of 1060 strings)
Translated using Weblate (German)
Currently translated at 100.0% (1060 of 1060 strings)
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: msrd0 <git@msrd0.de>
Co-authored-by: nova <enbycollective@mailbox.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/
Translation: Nheko/nheko
Workaround for https://bugreports.qt.io/browse/QTBUG-54767 or
https://bugreports.qt.io/browse/QTBUG-130996.
This is probably the worst code I have written in a while, but basically
we add a value interceptor to filter out any invisible menu entry. This
is pretty dangerous because one false step crashes the whole menu. Menu
entries are actually Cpp owned and need to be manually deleted unless
they are removed via removeItem. Care needs to be taken to not mess up
the contentData list.
I expect this to break soon.