Skip to content

Commit

Permalink
Merge pull request #389 from msaf94/fix/ru-typo
Browse files Browse the repository at this point in the history
fix Ru typo
  • Loading branch information
GyulyVGC authored Oct 19, 2023
2 parents d34893c + 338d698 commit 6ee9567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/translations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ pub fn packets_translation(language: Language) -> &'static str {
Language::RO => "pachete",
Language::KO => "패킷",
Language::TR | Language::SV => "paket",
Language::RU => "пакектов",
Language::RU => "пакетов",
Language::PT => "pacotes",
Language::EL => "πακέτα",
// Language::FA => "بسته ها",
Expand All @@ -905,7 +905,7 @@ pub fn packets_chart_translation(language: Language) -> &'static str {
Language::RO => "pachete pe secundă",
Language::KO => "초당 패킷",
Language::TR => "saniye başı paket",
Language::RU => "пакектов в секунду",
Language::RU => "пакетов в секунду",
Language::PT => "pacotes por segundo",
Language::EL => "πακέτα ανά δευτερόλεπτο",
// Language::FA => "بسته در ثانیه",
Expand Down

0 comments on commit 6ee9567

Please sign in to comment.