add Swedish among fully translated languages

This commit is contained in:
GyulyVGC
2026-05-02 17:00:03 +02:00
parent ed74fbfd3c
commit 4d290dc2ae
4 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ ## [UNRELEASED]
- French ([#1123](https://github.com/GyulyVGC/sniffnet/pull/1123))
- Spanish ([#1140](https://github.com/GyulyVGC/sniffnet/pull/1140))
- Indonesian ([#1145](https://github.com/GyulyVGC/sniffnet/pull/1145))
- Swedish ([#1068](https://github.com/GyulyVGC/sniffnet/pull/1068))
- Fix unseen hosts and services not appearing dimmed in thumbnail mode (fixes [#1142](https://github.com/GyulyVGC/sniffnet/issues/1142))
## [1.5.0] - 2026-04-14

View File

@@ -97,6 +97,7 @@ z
Á
Â
Ä
Å
Ê
Î
Ö

View File

Binary file not shown.

View File

@@ -137,6 +137,7 @@ pub fn is_up_to_date(self) -> bool {
| Language::FR
| Language::ID
| Language::ES
| Language::SV
)
}
}