Skip to content

Commit 950dd64

Browse files
committed
update CHANGELOG
1 parent a81fec8 commit 950dd64

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All Sniffnet releases with the relative changes are documented in this file.
66
- Added Dutch translation 🇳🇱 ([#854](https://github.com/GyulyVGC/sniffnet/pull/854))
77
- Updated some of the existing translations to v1.4:
88
- German ([#833](https://github.com/GyulyVGC/sniffnet/pull/833))
9+
- Uzbek ([#834](https://github.com/GyulyVGC/sniffnet/pull/834))
910

1011
## [1.4.0] - 2025-06-27
1112
- Import PCAP files ([#795](https://github.com/GyulyVGC/sniffnet/pull/795) — fixes [#283](https://github.com/GyulyVGC/sniffnet/issues/283))

src/translations/types/language.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Language {
121121
pub fn is_up_to_date(self) -> bool {
122122
matches!(
123123
self,
124-
Language::EN | Language::IT | Language::NL | Language::DE
124+
Language::EN | Language::IT | Language::NL | Language::DE | Language::UZ
125125
)
126126
}
127127
}

0 commit comments

Comments
 (0)