Skip to content

Commit 4d290dc

Browse files
committed
add Swedish among fully translated languages
1 parent ed74fbf commit 4d290dc

4 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All Sniffnet releases with the relative changes are documented in this file.
99
- French ([#1123](https://github.com/GyulyVGC/sniffnet/pull/1123))
1010
- Spanish ([#1140](https://github.com/GyulyVGC/sniffnet/pull/1140))
1111
- Indonesian ([#1145](https://github.com/GyulyVGC/sniffnet/pull/1145))
12+
- Swedish ([#1068](https://github.com/GyulyVGC/sniffnet/pull/1068))
1213
- Fix unseen hosts and services not appearing dimmed in thumbnail mode (fixes [#1142](https://github.com/GyulyVGC/sniffnet/issues/1142))
1314

1415
## [1.5.0] - 2026-04-14

resources/fonts/full/subset_characters.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ z
9797
Á
9898
Â
9999
Ä
100+
Å
100101
Ê
101102
Î
102103
Ö
36 Bytes
Binary file not shown.

src/translations/types/language.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl Language {
137137
| Language::FR
138138
| Language::ID
139139
| Language::ES
140+
| Language::SV
140141
)
141142
}
142143
}

0 commit comments

Comments
 (0)