Skip to content

Commit ca6cea2

Browse files
committed
🐛 fix language translation
1 parent 8caeb43 commit ca6cea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/XDSEC/WebSocketReflectorX"
99
license = "MIT"
1010
repository = "https://github.com/XDSEC/WebSocketReflectorX"
1111
rust-version = "1.88.0"
12-
version = "0.5.8"
12+
version = "0.5.9"
1313

1414
[profile.release]
1515
codegen-units = 1
@@ -71,7 +71,7 @@ slint = { version = "1.12", default-features = false, features = [
7171
] }
7272

7373
sys-locale = "0.3"
74-
sysinfo = "0.36"
74+
sysinfo = "0.37"
7575
toml = "0.9"
7676
winit = "0.30"
7777

crates/desktop/ui/i18n/en_US/LC_MESSAGES/wsrx-desktop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ msgstr "Running in system tray when closed"
140140
#: crates/desktop/ui/pages/settings.slint:95
141141
msgctxt "SettingsPage"
142142
msgid " (not implemented yet) "
143-
msgstr ""
143+
msgstr " (not implemented yet) "
144144

145145
#: crates/desktop/ui/pages/settings.slint:106
146146
msgctxt "SettingsPage"
@@ -155,7 +155,7 @@ msgstr "Disabled"
155155
#: crates/desktop/ui/pages/settings.slint:125
156156
msgctxt "SettingsPage"
157157
msgid "Language / Locale"
158-
msgstr ""
158+
msgstr "Language / Locale"
159159

160160
#: crates/desktop/ui/pages/settings.slint:215
161161
#, fuzzy

0 commit comments

Comments
 (0)