Skip to content

Commit 292dc95

Browse files
committed
update CHANGELOG and fully translated languages
1 parent 8b84c66 commit 292dc95

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All Sniffnet releases with the relative changes are documented in this file.
44

5+
## [UNRELEASED]
6+
- Updated some of the existing translations to v1.5:
7+
- Ukrainian ([#1039](https://github.com/GyulyVGC/sniffnet/pull/1039))
8+
- German ([#1122](https://github.com/GyulyVGC/sniffnet/pull/1122))
9+
- French ([#1123](https://github.com/GyulyVGC/sniffnet/pull/1123))
10+
- Spanish ([#1140](https://github.com/GyulyVGC/sniffnet/pull/1140))
11+
- Indonesian ([#1145](https://github.com/GyulyVGC/sniffnet/pull/1145))
12+
513
## [1.5.0] - 2026-04-14
614
- Show which apps and programs are generating network traffic ([#1056](https://github.com/GyulyVGC/sniffnet/pull/1056) — fixes [#170](https://github.com/GyulyVGC/sniffnet/issues/170))
715
- Add charts to preview network adapters traffic in initial page ([#1026](https://github.com/GyulyVGC/sniffnet/pull/1026) — fixes [#556](https://github.com/GyulyVGC/sniffnet/issues/556))

src/translations/types/language.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ impl Language {
132132
| Language::TR
133133
| Language::ZH
134134
| Language::ZH_TW
135+
| Language::DE
136+
| Language::UK
137+
| Language::FR
138+
| Language::ID
139+
| Language::ES
135140
)
136141
}
137142
}

0 commit comments

Comments
 (0)