Update es.rs

New items.
This commit is contained in:
Miguel F. G
2022-11-16 17:41:29 +01:00
committed by GitHub
parent 325351773c
commit 9946a5fc63

View File

@@ -388,7 +388,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("This PC", "Este PC"), ("This PC", "Este PC"),
("or", "o"), ("or", "o"),
("Continue with", "Continuar con"), ("Continue with", "Continuar con"),
("Elevate", ""), ("Elevate", "Elevar"),
("Zoom cursor", ""), ("Zoom cursor", "Ampliar cursor"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }