reorder lang to avoid translate miss some lines

This commit is contained in:
rustdesk
2023-12-01 11:38:25 +08:00
parent cdecbb0857
commit 65fd682f2a
38 changed files with 38 additions and 38 deletions

View File

@@ -551,7 +551,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Filter by intersection", ""),
("Remove wallpaper during incoming sessions", ""),
("Test", ""),
("capture_display_elevated_connections_tip", ""),
("display_is_plugged_out_msg", ""),
("No displays", ""),
("elevated_switch_display_msg", ""),
@@ -576,5 +575,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("switch_display_elevated_connections_tip", ""),
("input_source_1_tip", ""),
("input_source_2_tip", ""),
("capture_display_elevated_connections_tip", ""),
].iter().cloned().collect();
}