Skip to content

Commit

Permalink
chore(translation): Remove misleading "WIP" comment & fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiruyuto committed Apr 9, 2024
1 parent 1bf094c commit 161f769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/translations_3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub fn service_translation(language: Language) -> &'static str {
Language::EN => "Service",
Language::ES => "Servicio",
Language::IT => "Servizio",
Language::PL => "Usługa", // Could be "Serwis" - Depends on the context, but "Usługa" is more common
Language::PL => "Usługa",
_ => "Service",
}
}
Expand All @@ -182,7 +182,7 @@ pub fn directory_translation(language: Language) -> &'static str {
match language {
Language::EN => "Directory",
Language::IT => "Cartella",
Language::PL => "Katalog", // Katalog usually refers to Linux based directory while "Folder" is more common between Windows users (eg. windows explorer refers to directories as "Folders")
Language::PL => "Katalog", // Katalog usually refers to Linux based directory while "Folder" is more common between Windows users (e.g. windows explorer refers to directories as "Folders")
_ => "Directory",
}
}
Expand Down

0 comments on commit 161f769

Please sign in to comment.