mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
chore: add translations for ru (#2285)
* chore: add translations for ru * chore: text fixes
This commit is contained in:
@@ -78,6 +78,7 @@ set(AMNEZIAVPN_TS_FILES
|
|||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB_RECURSE AMNEZIAVPN_TS_SOURCES *.qrc *.cpp *.h *.ui)
|
file(GLOB_RECURSE AMNEZIAVPN_TS_SOURCES *.qrc *.cpp *.h *.ui)
|
||||||
|
list(FILTER AMNEZIAVPN_TS_SOURCES EXCLUDE REGEX "qtgamepad/examples")
|
||||||
|
|
||||||
qt_create_translation(AMNEZIAVPN_QM_FILES ${AMNEZIAVPN_TS_SOURCES} ${AMNEZIAVPN_TS_FILES})
|
qt_create_translation(AMNEZIAVPN_QM_FILES ${AMNEZIAVPN_TS_SOURCES} ${AMNEZIAVPN_TS_FILES})
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -178,7 +178,7 @@ PageType {
|
|||||||
Layout.margins: 16
|
Layout.margins: 16
|
||||||
|
|
||||||
text: qsTr("News Notification")
|
text: qsTr("News Notification")
|
||||||
descriptionText: qsTr("Show notification icon when has unread news")
|
descriptionText: qsTr("Show a notification icon for unread news")
|
||||||
|
|
||||||
checked: SettingsController.isNewsNotificationsEnabled()
|
checked: SettingsController.isNewsNotificationsEnabled()
|
||||||
onToggled: function() {
|
onToggled: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user