Merge branch 'master' into hwcodec

This commit is contained in:
21pages
2022-07-06 18:57:14 +08:00
28 changed files with 417 additions and 105 deletions

View File

@@ -283,5 +283,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Turned off", "Spegni"),
("In privacy mode", "In modalità privacy"),
("Out privacy mode", "Fuori modalità privacy"),
("Language", "Linguaggio"),
].iter().cloned().collect();
}