Skip to content

Commit

Permalink
Update lv.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleofass authored Nov 21, 2023
1 parent 4a2bf7a commit 3b0f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/lv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("privacy_mode_impl_virtual_display_tip", "2. režīms"),
("Enter privacy mode", "Ieiet privātuma režīmā"),
("Exit privacy mode", "Iziet no privātuma režīma"),
("idd_not_support_under_win10_2004_tip", ""),
("idd_not_support_under_win10_2004_tip", "Netiešā displeja draiveris netiek atbalstīts. Nepieciešama operētājsistēma Windows 10, versija 2004 vai jaunāka."),
].iter().cloned().collect();
}

0 comments on commit 3b0f4b1

Please sign in to comment.