Skip to content

Commit

Permalink
5.4 final: translations and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Jan 29, 2025
1 parent 07c1536 commit f2078b3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 5.4

_Unreleased_
_Released on 2025-01-29_

* Fixed conflict processing on way uploads.
* Enabled overzoom for Esri tiles.
Expand All @@ -12,6 +12,7 @@ _Unreleased_
* Fixed missing recently used presets when adding a thing.
* Added cadastre imagery layers.
* Updated presets and imagery layers.
* New supported languages: Hebrew (thanks Yaron Shahrabani) and Tamil (thanks TamilNeram).

## 5.3

Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ is the preferred way for releases.
4. `flutter pub get`.
5. `flutter build`.

## Author and License
## Author, License, and Sponsors

The editor was written by Ilya Zverev © 2022-2024 and published under the ISC license.
The editor was written by Ilya Zverev © 2022-2025 and published under the ISC license.

The author is sponsored by many individual contributors through [GitHub](https://github.com/sponsors/Zverik)
and [Liberapay](https://liberapay.com/zverik). Thank you everybody!

The NLNet Foundation is [sponsoring](https://nlnet.nl/project/EveryDoor/) the development in 2025
through the [NGI Commons Fund](https://nlnet.nl/commonsfund) with funds from the European Commission.

Want to sponsor the development? [Contact Ilya](mailto:[email protected]) directly or through
[his company](https://avatudkaart.ee/).
2 changes: 2 additions & 0 deletions lib/screens/settings/language.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class LanguagePage extends ConsumerWidget {
Locale('fa'): 'فارسی',
Locale('fi'): 'Suomi',
Locale('fr'): 'Français',
Locale('he'): 'עִבְרִית',
Locale('hr'): 'Hrvatski',
Locale('hu'): 'Magyar nyelv',
Locale('id'): 'Bahasa Indonesia',
Expand All @@ -44,6 +45,7 @@ class LanguagePage extends ConsumerWidget {
Locale('ru'): 'Русский',
Locale('sl'): 'Slovenščina',
Locale('sv'): 'Svenska',
Locale('ta'): 'தமிழ்',
Locale('th'): 'ภาษาไทย',
Locale('tr'): 'Türkçe',
Locale('uk'): 'Українська мова',
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed conflicts and zoom levels.
* Fixed editing in extreme latitudes.
* Added cadastre imagery layers.
* Translations into Hebrew and Tamil.
4 changes: 4 additions & 0 deletions metadata/ru/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Починил конфликты и уровни масштаба.
* Починил редактирование на крайнем севере.
* Добавил кадастровые слои.
* Переводы на иврит и тамильский язык.

0 comments on commit f2078b3

Please sign in to comment.