added VI to up-to-date list and update CHANGELOG

This commit is contained in:
GyulyVGC
2025-10-13 22:05:51 +02:00
parent 1098315ca7
commit c10b368d77
5 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,9 @@ # Changelog
## [UNRELEASED]
- Added Czech translation 🇨🇿 ([#960](https://github.com/GyulyVGC/sniffnet/pull/960))
- Improve update checks using `semver` ([#891](https://github.com/GyulyVGC/sniffnet/pull/891))
- Updated Spanish translation to v1.4 ([#955](https://github.com/GyulyVGC/sniffnet/pull/955))
- Updated some of the existing translations to v1.4:
- Spanish ([#955](https://github.com/GyulyVGC/sniffnet/pull/955))
- Vietnamese ([#982](https://github.com/GyulyVGC/sniffnet/pull/982))
- Fix AppImage error with `libpcap` dependency ([#971](https://github.com/GyulyVGC/sniffnet/pull/971))
- Fix Sniffnet wrapper script on macOS to use a relative path to the executable ([#948](https://github.com/GyulyVGC/sniffnet/pull/948) — fixes [#898](https://github.com/GyulyVGC/sniffnet/issues/898))

View File

@@ -348,6 +348,7 @@ z

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -138,7 +138,8 @@ pub fn is_up_to_date(self) -> bool {
| Language::ZH_TW
| Language::ID
| Language::ES
| Language::CS,
| Language::CS
| Language::VI
)
}
}