There was an error while loading. Please reload this page.
1 parent 42357eb commit 4c13a0aCopy full SHA for 4c13a0a
2 files changed
CHANGELOG.md
@@ -15,6 +15,7 @@ All Sniffnet releases with the relative changes are documented in this file.
15
- Simplified Chinese ([#838](https://github.com/GyulyVGC/sniffnet/pull/838))
16
- Japanese ([#849](https://github.com/GyulyVGC/sniffnet/pull/849))
17
- French ([#864](https://github.com/GyulyVGC/sniffnet/pull/864))
18
+ - Greek ([#879](https://github.com/GyulyVGC/sniffnet/pull/879))
19
- Fix support for IPinfo's databases (the most recent version renamed the `country` field to `country_code`)
20
21
## [1.4.0] - 2025-06-27
src/translations/types/language.rs
@@ -129,6 +129,7 @@ impl Language {
129
| Language::ZH
130
| Language::JA
131
| Language::FR
132
+ | Language::EL
133
)
134
}
135
0 commit comments