Add Releases taxonomy for news
- Manually tagged related news as "Releases" - Apply CSS classes for "Releases" and "News" sections in /news/ - /news/releases/ is also available Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
eb8d0a61c7
commit
d232839375
111 changed files with 223 additions and 43 deletions
24
config.toml
24
config.toml
|
@ -17,6 +17,7 @@ ignored_content = [".DS_Store"]
|
|||
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
|
||||
[markdown]
|
||||
|
@ -52,6 +53,7 @@ token = "Token"
|
|||
[languages.af]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.af.translations]
|
||||
address = "Adres"
|
||||
|
@ -69,6 +71,7 @@ token = "Teken"
|
|||
[languages.ar]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.ar.translations]
|
||||
address = "العنوان"
|
||||
|
@ -86,6 +89,7 @@ token = "رمز"
|
|||
[languages.ca]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.ca.translations]
|
||||
address = "Adreça"
|
||||
|
@ -103,6 +107,7 @@ token = "Testimoni"
|
|||
[languages.cs]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.cs.translations]
|
||||
address = "Adresa"
|
||||
|
@ -120,6 +125,7 @@ token = "Token"
|
|||
[languages.de]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.de.translations]
|
||||
address = "Adresse"
|
||||
|
@ -137,6 +143,7 @@ token = "Token"
|
|||
[languages.es]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.es.translations]
|
||||
address = "Dirección"
|
||||
|
@ -157,6 +164,7 @@ token = "Ficha"
|
|||
[languages.eu]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.eu.translations]
|
||||
address = "Helbidea"
|
||||
|
@ -174,6 +182,7 @@ token = "token"
|
|||
[languages.fr]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.fr.translations]
|
||||
address = "Addresse"
|
||||
|
@ -191,6 +200,7 @@ token = "Jeton"
|
|||
[languages.hi]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.hi.translations]
|
||||
address = "पता"
|
||||
|
@ -208,6 +218,7 @@ token = "टोकन/Token"
|
|||
[languages.hu]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.hu.translations]
|
||||
address = "Cím"
|
||||
|
@ -225,6 +236,7 @@ token = "Token"
|
|||
[languages.id]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.id.translations]
|
||||
address = "Alamat"
|
||||
|
@ -242,6 +254,7 @@ token = "Token"
|
|||
[languages.it]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.it.translations]
|
||||
address = "Indirizzi"
|
||||
|
@ -262,6 +275,7 @@ token = "Token"
|
|||
[languages.mr]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.mr.translations]
|
||||
address = "पत्ता"
|
||||
|
@ -279,6 +293,7 @@ token = "Token"
|
|||
[languages.nl]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.nl.translations]
|
||||
address = "Adres"
|
||||
|
@ -296,6 +311,7 @@ token = "Token"
|
|||
[languages.oc]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.oc.translations]
|
||||
address = "Address"
|
||||
|
@ -313,6 +329,7 @@ token = "geton"
|
|||
[languages.pl]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.pl.translations]
|
||||
address = "Adres"
|
||||
|
@ -330,6 +347,7 @@ token = "Token"
|
|||
[languages.pt-BR]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.pt-BR.translations]
|
||||
address = "Endereço"
|
||||
|
@ -347,6 +365,7 @@ token = "Token"
|
|||
[languages.ru]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.ru.translations]
|
||||
address = "Адрес"
|
||||
|
@ -367,6 +386,7 @@ token = "Токен"
|
|||
[languages.sv]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.sv.translations]
|
||||
address = "Adress"
|
||||
|
@ -384,6 +404,7 @@ token = "Token"
|
|||
[languages.tr]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.tr.translations]
|
||||
address = "Adres"
|
||||
|
@ -401,6 +422,7 @@ token = "Token"
|
|||
[languages.uk]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.uk.translations]
|
||||
address = "Адреса"
|
||||
|
@ -418,6 +440,7 @@ token = "Токен"
|
|||
[languages.zh-CN]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.zh-CN.translations]
|
||||
address = "地址"
|
||||
|
@ -435,6 +458,7 @@ token = "令牌"
|
|||
[languages.zh-Hans]
|
||||
taxonomies = [
|
||||
{name = "faq", feed = false},
|
||||
{name = "news", feed = true},
|
||||
]
|
||||
[languages.zh-Hans.translations]
|
||||
address = "地址"
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A new version 2021-05-08 is availiable for iOS and Android."
|
||||
date: 2021-05-09T08:00:03+00:00
|
||||
slug: "a-new-version-is-availiable-for-ios-and-android"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A new version 2021-05-08 is availiable for iOS and Android.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A new beta version 2021-05-21 is out."
|
||||
date: 2021-05-24T07:03:54+00:00
|
||||
slug: "a-new-beta-version-is-out"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A new beta version 2021-05-21 is out.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps app is now available on F-Droid!"
|
||||
date: 2021-05-25T21:40:15+00:00
|
||||
slug: "organic-maps-app-is-now-available-on-f-droid"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Organic Maps app is now available [on F-Droid](https://f-droid.org/en/packages/app.organicmaps/)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "🍃 Organic Maps is live!"
|
||||
date: 2021-06-17T08:17:18+00:00
|
||||
slug: "organic-maps-is-live"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
🍃 Organic Maps is live!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Android 5 support, OSM login, bookmarks export, and some other fixes are already in review, as the CarPlay for iOS"
|
||||
date: 2021-06-20T12:12:15+00:00
|
||||
slug: "android-5-support-osm-login-bookmarks-export-and-some-other-fixes-are-already-in-review-as-the-carplay-for-ios"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Android 5 support, OSM login, bookmarks export, and some other fixes are already in review, as the CarPlay for iOS. Please be patient, or install the latest betas.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "🚗 iOS update with a (finally!) working CarPlay is live"
|
||||
date: 2021-06-23T20:15:35+00:00
|
||||
slug: "ios-update-with-a-finally-working-carplay-is-live"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
🚗 iOS update with a (finally!) working CarPlay is live. Happy driving!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Updated OM 🧘 version 2021.07.08 is here!"
|
||||
date: 2021-07-10T15:23:44+00:00
|
||||
slug: "updated-om-version-is-here"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Updated OM 🧘 version 2021.07.08 is here!
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: "Meet a new app update with"
|
||||
title: "Meet a new app August 2021 update"
|
||||
date: 2021-08-07T06:40:46+00:00
|
||||
slug: "meet-a-new-app-update-with"
|
||||
slug: "august-2021-release-of-organic-maps"
|
||||
aliases: ["meet-a-new-app-update-with"]
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet a new app update with:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "We have a temporary issue with Google Play app availability"
|
||||
date: 2021-08-15T15:14:17+00:00
|
||||
slug: "we-have-a-temporary-issue-with-google-play-app-availability"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
We have a temporary issue with Google Play app availability. Hopefully it will be fixed soon 🤞
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps is back on Google Play after a temporary problem 🎉"
|
||||
date: 2021-08-16T17:44:40+00:00
|
||||
slug: "organic-maps-is-back-on-google-play-after-a-temporary-problem"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Organic Maps is back [on Google Play](https://play.google.com/store/apps/details?id=app.organicmaps) after a temporary problem 🎉
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A minor update is available in Google Play"
|
||||
date: 2021-08-21T07:46:14+00:00
|
||||
slug: "a-minor-update-is-available-in-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A minor update is available in Google Play <https://omaps.app/gp>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "With the help of our community ❤️, in the 21.08.26 update we"
|
||||
date: 2021-08-30T21:38:20+00:00
|
||||
slug: "with-the-help-of-our-community-in-the-update-we"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
With the help of our community ❤️, in the 21.08.26 update we:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "ℹ️ The latest 21.09.01 update is available in Google Play, App Store and AppGallery with updated OSM maps 🗺️ data snapshot, made on 25th of August."
|
||||
date: 2021-09-05T20:30:34+00:00
|
||||
slug: "the-latest-update-is-available-in-google-play-app-store-and-appgallery-with-updated-osm-maps-data-snapshot-made-on-25th-of-august"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
ℹ️ The latest 21.09.01 update is available in Google Play, App Store and AppGallery with updated OSM maps 🗺️ data snapshot, made on 25th of August.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "21.09.14 app update is available in Google Play"
|
||||
date: 2021-09-15T20:34:14+00:00
|
||||
slug: "app-update-is-available-in-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
21.09.14 app update is available in Google Play. We:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Sorry, the latest 21.10.07 release for Android has a bug"
|
||||
date: 2021-10-09T18:07:49+00:00
|
||||
slug: "sorry-the-latest-release-for-android-has-a-bug"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Sorry, the latest 21.10.07 release for Android has a bug: if you clicked before on coordinates in the place info (to switch coordinates format), then you'll have a crash on startup. Only reinstall can help (but you'll loose your bookmarks!). If you have root access, then close the app and delete `/data/data/app.organicmaps.app/files/settings.ini` file.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A new app update is available"
|
||||
date: 2021-10-14T06:14:09+00:00
|
||||
slug: "a-new-app-update-is-available"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A new app update is available!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "In 21.10.15 Google Play update we"
|
||||
date: 2021-10-21T09:36:45+00:00
|
||||
slug: "in-google-play-update-we"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
In 21.10.15 Google Play update we:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Meet November 4 Organic Maps update"
|
||||
date: 2021-11-09T22:05:28+00:00
|
||||
slug: "meet-november-4-organic-maps-update"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet November 4 Organic Maps update!
|
||||
|
|
|
@ -2,10 +2,12 @@
|
|||
title: "Meet Organic Maps app update 21.12.01"
|
||||
date: 2021-12-03T22:18:34+00:00
|
||||
slug: "meet-organic-maps-app-update"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet Organic Maps app update 21.12.01
|
||||
🤖 \+ 🍏
|
||||
🤖 + 🍏
|
||||
* New OSM maps data as of November 22
|
||||
* Fixed routing between map regions, please test and report to us any issues!
|
||||
* Type "water" or "drinking water" in search to find it around yourself
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Meet new January Organic Maps app update, with many improvements from our beloved contributors 🙏"
|
||||
date: 2022-01-14T14:44:07+00:00
|
||||
slug: "meet-new-january-organic-maps-app-update-with-many-improvements-from-our-beloved-contributors"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet new January Organic Maps app update, with many improvements from our beloved contributors 🙏!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "There is a regression with KML import on Android"
|
||||
date: 2022-01-15T13:08:26+00:00
|
||||
slug: "there-is-a-regression-with-kml-import-on-android"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
There is a regression with KML import on Android. No worries, the fix is already in review.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Finally, FDroid update is available too"
|
||||
date: 2022-01-18T11:47:38+00:00
|
||||
slug: "finally-fdroid-update-is-available-too"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Finally, FDroid update is available too: <https://f-droid.org/en/packages/app.organicmaps/>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Meet new Organic Maps update 2022.02.11 for iOS"
|
||||
date: 2022-02-14T20:58:48+00:00
|
||||
slug: "meet-new-organic-maps-update-for-ios"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet new Organic Maps update 2022.02.11 for iOS!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Finally, meet the updated Organic Maps in Google Play"
|
||||
date: 2022-02-21T17:06:29+00:00
|
||||
slug: "finally-meet-the-updated-organic-maps-in-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Finally, meet the updated Organic Maps in [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "🤖 February update of Organic Maps is finally also available in Huawei AppGallery and FDroid"
|
||||
date: 2022-02-22T11:05:05+00:00
|
||||
slug: "february-update-of-organic-maps-is-finally-also-available-in-huawei-appgallery-and-fdroid"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
🤖 February update of Organic Maps is finally also available in [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611) and [FDroid](https://f-droid.org/en/packages/app.organicmaps/)! The [changelog](https://organicmaps.app/news/2022-02-21/finally-meet-the-updated-organic-maps-in-google-play/) is the same as for the Google Play version.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A new Organic Maps update is available in all stores."
|
||||
date: 2022-03-25T08:21:01+00:00
|
||||
slug: "a-new-organic-maps-update-is-available-in-all-stores"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A new Organic Maps update is available in all stores.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A new April update of Organic Maps is live in all stores"
|
||||
date: 2022-05-02T06:38:52+00:00
|
||||
slug: "a-new-april-update-of-organic-maps-is-live-in-all-stores"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A new April update of Organic Maps is live in all stores!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Meet the May Organic Maps update"
|
||||
date: 2022-05-24T04:24:18+00:00
|
||||
slug: "meet-the-may-organic-maps-update"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet the May Organic Maps update!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "A hotfix Android release (May 31) is available in stores"
|
||||
date: 2022-06-05T23:15:02+00:00
|
||||
slug: "a-hotfix-android-release-may-31-is-available-in-stores"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A hotfix Android release (May 31) is available in stores:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "The June release is available only in the AppStore and Huawei AppGallery, the FDroid update is delayed for technical reasons and the Google Play update is still in review for more than one week"
|
||||
date: 2022-06-28T06:10:20+00:00
|
||||
slug: "the-june-release-is-available-only-in-the-appstore-and-huawei-appgallery-the-fdroid-update-is-delayed-for-technical-reasons-and-the-google-play-update-is-still-in-review-for-more-than-one-week"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
The June release is available only in the [AppStore](https://apps.apple.com/app/organic-maps/id1567437057) and [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611), the FDroid update is delayed for technical reasons and the Google Play update is still in review for more than one week. Maybe it’s not so bad, as we expect potential crashes on some older Android devices in that release and forgot to activate Marathi translations. No worries, these and other issues have already been fixed and soon will be available in another update 😉
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Fdroid and Google Play updates are finally available"
|
||||
date: 2022-06-29T06:49:19+00:00
|
||||
slug: "fdroid-and-google-play-updates-are-finally-available"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
[Fdroid](https://f-droid.org/en/packages/app.organicmaps/) and [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps) updates are finally available. Please let us know about any issues. And even better, please, contribute and [donate](https://organicmaps.app/donate/)! Organic Maps is Open Source, and there are many ways to [support ](https://organicmaps.app/support-us/)[the](https://organicmaps.app/support-us/) [development](https://organicmaps.app/support-us/).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "New app update 2022.07.01 is available on AppStore and AppGalery."
|
||||
date: 2022-07-02T07:54:20+00:00
|
||||
slug: "new-app-update-is-available-on-appstore-and-appgalery"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
New app update 2022.07.01 is available on [AppStore](https://apps.apple.com/app/organic-maps/id1567437057) and [AppGalery](https://appgallery.huawei.com/#/app/C104325611).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Google Play and FDroid updates are also available"
|
||||
date: 2022-07-04T22:15:31+00:00
|
||||
slug: "google-play-and-fdroid-updates-are-also-available"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
[Google Play](https://play.google.com/store/apps/details?id=app.organicmaps) and [FDroid](https://f-droid.org/en/packages/app.organicmaps/) updates are also available. Please note that FDroid build is not the latest one, it crashes with public transport routes. The fix should be available in upcoming days. The changelog is [here](https://organicmaps.app/news/2022-07-02/new-app-update-is-available-on-appstore-and-appgalery/).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "FDroid update 2022.07.01-6-FDroid with a crash fix for Public Transport is finally available"
|
||||
date: 2022-07-12T10:09:29+00:00
|
||||
slug: "fdroid-update-6-fdroid-with-a-crash-fix-for-public-transport-is-finally-available"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
FDroid update 2022.07.01-6-FDroid with a crash fix for Public Transport is finally [available](https://f-droid.org/en/packages/app.organicmaps/). We also got several reports from users that paths/tracks are not drawn in some map areas in the most recent version. Please let us know if you encounter it.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "New update 2022.07.27 is already available in AppStore and Huawei AppGallery but is still reviewed in other stores"
|
||||
date: 2022-07-28T16:19:51+00:00
|
||||
slug: "new-update-is-already-available-in-appstore-and-huawei-appgallery-but-is-still-reviewed-in-other-stores"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
New update 2022.07.27 is already available in [AppStore](https://apps.apple.com/app/organic-maps/id1567437057) and [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611) but is still reviewed in other stores. The detailed changelog for all platforms:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps 2022.07.27 is available on FDroid"
|
||||
date: 2022-08-01T08:44:25+00:00
|
||||
slug: "organic-maps-is-available-on-fdroid"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Organic Maps 2022.07.27 is available on [FDroid](https://f-droid.org/en/packages/app.organicmaps/)! Release notes are [here](https://organicmaps.app/news/2022-07-28/new-update-is-already-available-in-appstore-and-huawei-appgallery-but-is-still-reviewed-in-other-stores/).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Finally, Organic Maps 2022.07.27 is also available on Google Play"
|
||||
date: 2022-08-03T17:21:11+00:00
|
||||
slug: "finally-organic-maps-is-also-available-on-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Finally, Organic Maps 2022.07.27 is also available on [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps). Release notes are [here](https://organicmaps.app/news/2022-07-28/new-update-is-already-available-in-appstore-and-huawei-appgallery-but-is-still-reviewed-in-other-stores/).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "🍏 Meet many improvements in the Organic Maps update for iOS"
|
||||
date: 2022-08-24T20:51:26+00:00
|
||||
slug: "meet-many-improvements-in-the-organic-maps-update-for-ios"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
🍏 Meet many improvements in the [Organic Maps](https://apps.apple.com/app/organic-maps/id1567437057) update for iOS!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "🤖Finally, Organic Maps August update is also available in Google Play, Fdroid, Huawei AppGallery, and Flathub (iOS version passed review earlier)."
|
||||
date: 2022-08-31T22:10:03+00:00
|
||||
slug: "finally-organic-maps-august-update-is-also-available-in-google-play-fdroid-huawei-appgallery-and-flathub-ios-version-passed-review-earlier"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
🤖Finally, Organic Maps August update is also available in [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), [Fdroid](https://f-droid.org/en/packages/app.organicmaps/), [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611), and [Flathub](https://flathub.org/apps/details/app.organicmaps.desktop) (iOS version [passed review earlier](https://organicmaps.app/news/2022-08-24/meet-many-improvements-in-the-organic-maps-update-for-ios/)).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "As some of you have already discovered, a new September update of Organic Maps is already available in AppStore, AppGallery, and F-Droid."
|
||||
date: 2022-09-22T21:48:36+00:00
|
||||
slug: "as-some-of-you-have-already-discovered-a-new-september-update-of-organic-maps-is-already-available-in-appstore-appgallery-and-f-droid"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
As some of you have already discovered, a new September update of Organic Maps is already available in [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [AppGallery](https://appgallery.huawei.com/#/app/C104325611), and [F-Droid](https://f-droid.org/en/packages/app.organicmaps/).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Finally, the September update was approved by Google and is available in the Google Play Store"
|
||||
date: 2022-10-10T23:12:38+00:00
|
||||
slug: "finally-the-september-update-was-approved-by-google-and-is-available-in-the-google-play-store"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Finally, the September update was approved by Google and is available in the [Google Play Store](https://play.google.com/store/apps/details?id=app.organicmaps). Please see the full changelog [here](https://organicmaps.app/news/2022-09-22/as-some-of-you-have-already-discovered-a-new-september-update-of-organic-maps-is-already-available-in-appstore-appgallery-and-f-droid/).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Finally, after fixing some critical issues, the November Organic Maps update is available in the Apple Store, Huawei AppGallery, and on our Github"
|
||||
date: 2022-11-03T17:30:48+00:00
|
||||
slug: "finally-after-fixing-some-critical-issues-the-november-organic-maps-update-is-available-in-the-apple-store-huawei-appgallery-and-on-our-github"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Finally, after fixing some critical issues, the November Organic Maps update is available in the [Apple Store](https://apps.apple.com/app/organic-maps/id1567437057), [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611), and on our [Github](https://github.com/organicmaps/organicmaps/releases/tag/2022.11.02-2-android). [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps) and [FDroid](https://f-droid.org/en/packages/app.organicmaps/) are coming soon too.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "For those impatient, here is the Google Play APK, the same as was uploaded several days ago in Google Play for review"
|
||||
date: 2022-11-07T09:35:41+00:00
|
||||
slug: "for-those-impatient-here-is-the-google-play-apk-the-same-as-was-uploaded-several-days-ago-in-google-play-for-review"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
For those impatient, here is the Google Play APK, the same as was uploaded several days ago in Google Play for review. It should install on top of your existing Google Play version without conflicts. And it should be 100% compatible with the upcoming Google Play release (if it is approved by Google, of course).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "October/November update of Organic Maps with many fixes and improvements is avaliable in FDroid"
|
||||
date: 2022-11-07T09:52:06+00:00
|
||||
slug: "october-november-update-of-organic-maps-with-many-fixes-and-improvements-is-avaliable-in-fdroid"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
October/November update of Organic Maps with _many_ fixes and improvements is avaliable in [FDroid](https://f-droid.org/en/packages/app.organicmaps/). See the full list of changes on [our ](https://organicmaps.app/news/2022-11-03/finally-after-fixing-some-critical-issues-the-november-organic-maps-update-is-available-in-the-apple-store-huawei-appgallery-and-on-our-github/)[web](https://organicmaps.app/news/2022-11-03/finally-after-fixing-some-critical-issues-the-november-organic-maps-update-is-available-in-the-apple-store-huawei-appgallery-and-on-our-github/) [site](https://organicmaps.app/news/2022-11-03/finally-after-fixing-some-critical-issues-the-november-organic-maps-update-is-available-in-the-apple-store-huawei-appgallery-and-on-our-github/) or in [Telegram](https://t.me/OrganicMapsApp/105). Many thanks to all our users and contributors. Your [donations](https://organicmaps.app/donate/) and [support](https://organicmaps.app/support-us/) are motivating and helping us to improve _the fastest_ maps app in the world 😉
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "After a one-week review delay, Organic Maps October/November update is finally available in Google Play"
|
||||
date: 2022-11-09T12:08:21+00:00
|
||||
slug: "after-a-one-week-review-delay-organic-maps-october-november-update-is-finally-available-in-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
After a one-week review delay, Organic Maps October/November update is finally available [in Google Play](https://play.google.com/store/apps/details?id=app.organicmaps). See the detailed list of changes and improvements [on our web site](https://organicmaps.app/news/2022-11-03/finally-after-fixing-some-critical-issues-the-november-organic-maps-update-is-available-in-the-apple-store-huawei-appgallery-and-on-our-github/). Your feedback and support are appreciated 🙏
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Meet the second November update of Organic Maps"
|
||||
date: 2022-11-30T09:58:35+00:00
|
||||
slug: "meet-the-second-november-update-of-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet the second November update of Organic Maps! Enjoy your travels and share your experience with us. Let's make the best privacy-focused, fastest and easiest to use offline maps [together](https://organicmaps.app/donate)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps’in ikinci Kasım güncellemesi karşınızda"
|
||||
date: 2022-11-30T09:58:35+00:00
|
||||
slug: "meet-the-second-november-update-of-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Organic Maps’in ikinci Kasım güncellemesi karşınızda! Seyahatlerinizin tadını çıkarın ve deneyiminizi bizimle paylaşın. Gizlilik odaklı, en hızlı, kullanımı en kolay olan en iyi çevrimdışı haritaları birlikte yapalım!
|
||||
|
@ -21,7 +23,7 @@ Organic Maps’in ikinci Kasım güncellemesi karşınızda! Seyahatlerinizin ta
|
|||
* Mekan Sayfasında yerin adı artık yerel dilde gösteriliyor
|
||||
* Yerin kapanmasına tam olarak 1 saat kaldığında daha iyi şekilde gösteriliyor
|
||||
|
||||
🗺️ Stiller
|
||||
🗺️ Stiller
|
||||
* Bazı yanlış örtüşen tipler düzeltildi
|
||||
* highway=busway (otobüs yolu) ve fizyoterapist kategorisi eklendi
|
||||
* Artık adalar ve takımadalar dünya haritasında gösteriliyor
|
||||
|
@ -37,6 +39,6 @@ Organic Maps’in ikinci Kasım güncellemesi karşınızda! Seyahatlerinizin ta
|
|||
🖥️ Desktop (Linux, macOS, Windows)
|
||||
* GCC-12'de yapı hataları düzeltildi
|
||||
* Fareyi kullanarak haritayı sürüklerken oluşan hatalar düzeltildi
|
||||
* "+" tuşu artık haritayı yakınlaştırıyor
|
||||
* "+" tuşu artık haritayı yakınlaştırıyor
|
||||
* Mac'lerde yüksek DPI ekranlarda yüksek çözünürlüklü simgeler kullanılıyor
|
||||
* WSL ve masaüstü uygulamasını çalıştırma ile ilgili belgeleri iyileştirildi (yerel Windows sürümü [henüz hazır değil](https://github.com/organicmaps/organicmaps/tree/windows), ilgileniyorsanız lütfen bize bildirin)
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Přejeme vám veselé Vánoce 🎅 a šťastný nový rok 🎄"
|
||||
date: 2022-12-23T23:02:13+00:00
|
||||
slug: "we-wish-you-a-merry-christmas-and-a-happy-new-year"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Přejeme vám veselé Vánoce 🎅 a šťastný nový rok 🎄! Nejlepším dárkem je pro nás vědomí, že děláme Správnou věc a že náš čas a úsilí někomu na planetě pomáhají 🌎. Tady je náš malý dárek 🎁 pro vás: novoroční vydání Organic Maps je dostupné v [AppStoru](https://apps.apple.com/app/organic-maps/id1567437057), [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), Huawei [AppGallery](https://appgallery.huawei.com/#/app/C104325611?local=en) a [FDroidu](https://f-droid.org/en/packages/app.organicmaps/)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Vi auguriamo un Buon Natale 🎅 e un Felice Anno Nuovo 🎄"
|
||||
date: 2022-12-23T23:02:13+00:00
|
||||
slug: "we-wish-you-a-merry-christmas-and-a-happy-new-year"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Vi auguriamo un Buon Natale 🎅 e un Felice Anno Nuovo 🎄! Il miglior regalo per noi è sapere che stiamo facendo La Cosa Giusta e che il nostro tempo e i nostri sforzi stanno aiutando qualcuno sul pianeta 🌎. Ecco il nostro piccolo regalo 🎁 per te: una versione di Capodanno di Organic Maps è disponibile in [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), Huawei [AppGallery](https://appgallery.huawei.com/#/app/C104325611?local=en) e [FDroid]( https://f-droid.org/en/packages/app.organicmaps/)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "We wish you a Merry Christmas 🎅 and a Happy New Year 🎄"
|
||||
date: 2022-12-23T23:02:13+00:00
|
||||
slug: "we-wish-you-a-merry-christmas-and-a-happy-new-year"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
We wish you a Merry Christmas 🎅 and a Happy New Year 🎄! The best gift for us is to know that we are doing The Right Thing and that our time and efforts are helping someone on the Planet 🌎. Meet our small gift 🎁 to you: a New Year's release of Organic Maps is available in [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), Huawei [AppGallery](https://appgallery.huawei.com/#/app/C104325611?local=en), and [FDroid](https://f-droid.org/en/packages/app.organicmaps/)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Мы желаем вам счастливого Рождества 🎅 и Нового года 🎄"
|
||||
date: 2022-12-23T23:02:13+00:00
|
||||
slug: "we-wish-you-a-merry-christmas-and-a-happy-new-year"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Мы поздравляем вас с Рождеством 🎅 и Новым годом 🎄! Лучший подарок для нас — это знать, что мы делаем что-то нужное и полезное. Встречайте наш маленький подарок 🎁 вам: новогодний релиз Organic Maps доступен в [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), Huawei [AppGallery](https://appgallery.huawei.com/#/app/C104325611?local=en) и [FDroid](https://f-droid.org/en/packages/app.organicmaps/)!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Mutlu yıllar dileriz 🎄"
|
||||
date: 2022-12-23T23:02:13+00:00
|
||||
slug: "we-wish-you-a-merry-christmas-and-a-happy-new-year"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Mutlu yıllar dileriz 🎄! Bizim için en güzel hediye; doğru şeyi yaptığımızı, zamanımızın ve çabalarımızın gezegendeki birilerine yardımcı olduğunu bilmektir 🌎. İşte size bizden küçük bir hediye 🎁: Yeni yılın Organic Maps güncellemesi [AppStore](https://apps.apple.com/app/organic-maps/id1567437057), [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), Huawei [AppGallery](https://appgallery.huawei.com/#/app/C104325611?local=en) ve [FDroid](https://f-droid.org/en/packages/app.organicmaps/)'de yayınlandı!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Přinášíme aktualizaci Organic Maps pro leden 2023"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "meet-the-january-2023-update-of-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Přinášíme aktualizaci Organic Maps pro leden 2023! Doufáme, že jste měli skvělé prázdniny a užili si cestování, navštěvování zajímavých míst a potkávání zajímavých lidí.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Conozca la actualización de enero de 2023 de Organic Maps"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "actualizacion-enero-2023-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Le damos la bienvenida a la actualización de enero de 2023 de Organic Maps. Esperamos que haya tenido un período vacacional espléndido y haya disfrutado de sitios y personas interesantes.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Siamo lieti di annunciare il nostro primo aggiornamento del 2023"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "we-are-excited-to-announce-our-first-update-of-2023"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Siamo lieti di annunciare il nostro primo aggiornamento del 2023. Abbiamo incluso un elenco completo di miglioramenti, come sempre, grazie al supporto ed all'input della nostra devota comunità Organic Maps. Grazie a tutti dell'ottimo lavoro. 🙏
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "We are excited to announce our first update of 2023"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "we-are-excited-to-announce-our-first-update-of-2023"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
We are excited to announce our first update of 2023. We’ve included a comprehensive list of improvements, as always, thanks to the support and input from our dedicated Organic Maps community. Great work by all of us. 🙏
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Maak kennis met de januari 2023 update van Organic Maps"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "maak-kennis-met-de-januari-2023-update-van-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Maak kennis met de januari 2023 update van Organic Maps! We hopen dat jullie fijne feestdagen hebben gehad, en ervan hebben genoten om te reizen, interessante plekken te bezoeken, en interessante mensen te ontmoeten.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Conheça a atualização de janeiro de 2023 do Organic Maps"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "conheca-atualizacao-janeiro-2023-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Conheça a atualização de janeiro de 2023 do Organic Maps! esperamos que você tenha tido um ótimo período de festas e conseguido viajar e visitar lugares interessantes, além de conhecer pessoas divertidas.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Мы рады объявить о нашем первом обновлении 2023 года"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "we-are-excited-to-announce-our-first-update-of-2023"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Мы рады объявить о нашем первом обновлении в 2023 году! Ниже полный список улучшений, как всегда, благодаря поддержке и вкладу нашего сообщества Organic Maps. Отличная работа! 🙏
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps'in Ocak 2023 güncellemesi ile tanışın"
|
||||
date: 2023-01-27T21:26:12+00:00
|
||||
slug: "meet-the-january-2023-update-of-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Organic Maps'in Ocak 2023 güncellemesiyle tanışın! Umarız harika bir tatil geçirmişsinizdir ve seyahat etmekten, ilginç yerleri görmekten, başka kültürlere sahip insanlarla tanışmaktan keyif almışsınızdır.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Cette version comprend les cartes mises à jour pour la Turquie et la Syrie, incluant les changements de l'Humanitarian OpenStreetMap Team après le récent tremblement de terre"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "this-release-includes-the-updated-map-data-for-turkey-and-syria-including-the-humanitarian-openstreetmap-team-changes-after-the-recent-earthquake"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Cette version comprend les cartes mises à jour pour la Turquie et la Syrie, incluant les changements de l'[Humanitarian OpenStreetMap Team](https://www.hotosm.org/) après le récent tremblement de terre. Des cartes précises sont cruciales pour répondre aux catastrophes car elles peuvent fournir une aide pour préparer et guider l'aide sur place. Nous remercions toutes les personnes ayant contribué à OpenStreetMap. Vous pouvez contribuer dès à présent en suivant le [lien suivant](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Questa versione include i dati cartografici aggiornati per la Turchia e la Siria, comprese le modifiche apportate dal team umanitario di OpenStreetMap dopo il recente terremoto"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "this-release-includes-the-updated-map-data-for-turkey-and-syria-including-the-humanitarian-openstreetmap-team-changes-after-the-recent-earthquake"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Questa versione include i dati cartografici aggiornati per la Turchia e la Siria, incluse le ultime modifiche apportate dall'[Humanitarian OpenStreetMap Team](https://www.hotosm.org/) dopo il recente terremoto. Mappe accurate sono fondamentali nella risposta ai disastri, in quanto possono aiutare con una migliore pianificazione e navigazione a coloro che aiutano sul campo. Apprezziamo tutti coloro che hanno contribuito a OpenStreetMap. Se desideri iniziare anche tu a contribuire ora, segui [questo link](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "This release includes the updated map data for Turkey and Syria, including the Humanitarian OpenStreetMap Team changes after the recent earthquake"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "this-release-includes-the-updated-map-data-for-turkey-and-syria-including-the-humanitarian-openstreetmap-team-changes-after-the-recent-earthquake"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
This release includes the updated map data for Turkey and Syria, including the [Humanitarian OpenStreetMap Team](https://www.hotosm.org/) changes after the recent earthquake. Accurate maps are crucial in disaster response, as they may assist with better planning and navigation for those who help on the ground. We appreciate everyone who has ever contributed to the OpenStreetMap. If you would like to start contributing now, please follow [this link](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Deze versie bevat geüpdatete kaartengegevens voor Turkije en Syrië, inclusief de Humanitarian OpenStreetMap Team aanpassingen na de recente aardbeving"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "deze-versie-bevat-geupdatete-kaartengegevens-voor-turkije-en-syrie-inclusief-de-humanitarian-openstreetmap-teamhttpswwwhotosmorg-aanpassingen-na-de-recente-aardbeving"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Deze versie bevat geüpdatete kaartengegevens voor Turkije en Syrië, inclusief de [Humanitarian OpenStreetMap Team](https://www.hotosm.org/) aanpassingen na de recente aardbeving. Nauwkeurige kaarten zijn cruciaal in ramp-respons, omdat ze helpen bij betere planning en navigatie voor helpers in het veld. We zijn iedereen die ooit heeft bijgedraagd aan OpenStreetMap dankbaar. Als je nu wil beginnen met bijdragen, volg dan [deze link](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Esta versão inclui os dados de mapa atualizados para a Turquia e a Síria, incluindo as alterações do Humanitarian OpenStreetMap Team (HOT) após o recente terremoto"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "esta-versao-inclui-dados-atualizados-para-turquia-siria-incluindo-alterações-hot-após-recente-terremoto"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Esta versão inclui os dados de mapa atualizados para a Turquia e a Síria, incluindo as alterações do [Humanitarian OpenStreetMap Team](https://www.hotosm.org/) (HOT) após o recente terremoto. Mapas precisos são cruciais na resposta a desastres, pois podem ajudar com um melhor planejamento e navegação para aqueles que ajudam in loco. Agradecemos a todos que já contribuíram para o OpenStreetMap. Se você gostaria de começar a contribuir agora, por favor siga [este link](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Обновлённые данные для Турции и Сирии после землетрясения"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "this-release-includes-the-updated-map-data-for-turkey-and-syria-including-the-humanitarian-openstreetmap-team-changes-after-the-recent-earthquake"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Эта версия Organic Maps включает обновленные картографические данные для Турции и Сирии, в том числе изменения, внесенные [Humanitarian OpenStreetMap Team](https://www.hotosm.org/) после недавнего землетрясения. Точные карты имеют решающее значение при ликвидации последствий стихийных бедствий, поскольку они могут помочь в лучшем планировании и навигации тем, кто помогает на местах. Мы признательны всем, кто когда-либо вносил свой вклад в [OpenStreetMap](https://openstreetmap.org). Если вы тоже хотите помочь, пожалуйста, перейдите по [этой ссылке](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Geçmiş Olsun Türkiye🇹🇷"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "this-release-includes-the-updated-map-data-for-turkey-and-syria-including-the-humanitarian-openstreetmap-team-changes-after-the-recent-earthquake"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Kahramanmaraş ve çevre illerimizde gerçekleşen depremin büyük üzüntüsü içerisindeyiz. Kalbimiz depremden etkilenen herkesle birlikte...
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "此版本已含HOTOSM团队在土耳其和叙利亚地震后所做的更改"
|
||||
date: 2023-02-14T23:23:55+00:00
|
||||
slug: "this-release-includes-the-updated-map-data-for-turkey-and-syria-including-the-humanitarian-openstreetmap-team-changes-after-the-recent-earthquake"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
此版本包括更新的土耳其和叙利亚地图数据,包括[人道主义 OpenStreetMap 团队](https://www.hotosm.org/)在地震后做出的贡献。准确的地图对于灾难后的应急响应至关重要,因为它们可以更好地为当地的救援人员提供路线指引。我们感谢所有为 OpenStreetMap 做出过贡献的人。若您也想参与贡献,可点击[此处](https://www.openstreetmap.org/user/Heather%20Leson/diary/400951)。
|
||||
|
@ -18,7 +20,7 @@ Android
|
|||
* 修复了编辑器中不可见的错误消息
|
||||
|
||||
iOS
|
||||
* 修复了打开 om:// 和 <https://omaps.app/> 链接时的崩溃问题
|
||||
* 修复了打开 om:// 和 <https://omaps.app/> 链接时的崩溃问题
|
||||
* 在 om:// 和 <https://omaps.app/> 链接中显示共享 POI 的名称
|
||||
|
||||
查看更多适用于 Android 和 iOS 的 API 和 URL 模式示例,请访问 <https://omaps.app/api>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Finally, iPad users can use their keyboards without Organic Maps freezing, and Android users can enjoy reading Wiki articles for bookmarked places 😉 We''ve also improved the search function, particularly for users who search by categories"
|
||||
date: 2023-03-09T11:37:31+00:00
|
||||
slug: "finally-ipad-users-can-use-their-keyboards-without-organic-maps-freezing-and-android-users-can-enjoy-reading-wiki-articles-for-bookmarked-places-we-ve-also-improved-the-search-function-particularly-for-users-who-search-by-categories"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Finally, iPad users can use their keyboards without Organic Maps freezing, and Android users can enjoy reading Wiki articles for bookmarked places 😉 We've also improved the search function, particularly for users who search by categories. Specifically, we've separated vegan and vegetarian cuisine searches 🌱and added some new POI types, such as psychotherapist, speech therapist, audiologist, and blood donation center, which were previously grouped under one 'healthcare' tag.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Sonunda iPad kullanıcıları Organic Maps donmadan klavyeyi kullanabilir ve Android kullanıcıları yer imlerine eklenen yerler için Vikipedi makalelerini okumanın keyfini çıkarabilir 😉 Ayrıca, özellikle kategorilere göre arama yapan kullanıcılar için haritada arama özelliğini geliştirdik. "
|
||||
date: 2023-03-09T11:37:31+00:00
|
||||
slug: "finally-ipad-users-can-use-their-keyboards-without-organic-maps-freezing-and-android-users-can-enjoy-reading-wiki-articles-for-bookmarked-places-we-ve-also-improved-the-search-function-particularly-for-users-who-search-by-categories"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Sonunda iPad kullanıcıları Organic Maps donmadan klavyeyi kullanabilir ve Android kullanıcıları yer imlerine eklenen yerler için Vikipedi makalelerini okumanın keyfini çıkarabilir 😉 Ayrıca, özellikle kategorilere göre arama yapan kullanıcılar için haritada arama özelliğini geliştirdik. Özellikle vegan ve vejetaryen mutfak aramalarını ayırdık 🌱 ve daha önce tek bir 'sağlık' etiketi altında gruplandırılan psikoterapist, konuşma terapisti, odyolog ve kan bağışı merkezi gibi bazı yeni POI (İlgi Çekici Nokta) türleri ekledik.
|
||||
|
@ -20,7 +22,7 @@ Sonunda iPad kullanıcıları Organic Maps donmadan klavyeyi kullanabilir ve And
|
|||
* Tarihi harabeler artık editör aracılığıyla haritaya eklenebilir
|
||||
* Türkçe çeviriler iyileştirildi
|
||||
|
||||
iOS
|
||||
iOS
|
||||
* iPad'lerde bir klavye bağlandığında oluşan donma sorunu düzeltildi
|
||||
* Rota oluşturma butonundaki gereksiz ikinci tıklama kaldırıldı
|
||||
* Yinelenen kat ve posta kodu hücreleri kaldırıldı
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "You can easily find the nearest cannabis 🌿 store with the latest Organic Maps update"
|
||||
date: 2023-04-06T22:29:27+00:00
|
||||
slug: "you-can-easily-find-the-nearest-cannabis-store-with-the-latest-organic-maps-update"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
You can easily find the nearest cannabis 🌿 store with the latest Organic Maps update! Android users can test the experimental lanes suggestion while driving (don’t forget to [add lanes in your city](https://wiki.openstreetmap.org/wiki/Lanes) if they are not added yet in [OpenStreetMap.org](http://OpenStreetMap.org/)). Navigation directions should now display correctly on iPads. This update introduces new shops, such as pet grooming, motorcycle repair, and locksmithing among others. Together with our beloved contributors, we’re constantly improving Organic Maps to make it The Best Maps App! Please check out the full list of improvements:
|
||||
|
|
|
@ -2,13 +2,15 @@
|
|||
title: "Mutlu, Sağlıklı ve Huzur Dolu bir Ramazan dileriz"
|
||||
date: 2023-04-06T22:29:27+00:00
|
||||
slug: "mutlu-sağlıklı-ve-huzur-dolu-ramazanlar-dileriz"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Mutlu, Sağlıklı ve Huzur Dolu bir Ramazan dileriz.
|
||||
|
||||
Yeni Organic Maps güncellemesi ile size en yakın aktarı 🌿 kolayca bulabilirsiniz! Android kullanıcıları bu güncelleme ile sürüş sırasında deneysel şerit önerisini test edebilirler (şehrinizdeki şeritler henüz eklenmemişlerse OpenStreetMap org üzerinden eklemeyi unutmayın). Navigasyon yönergeleri artık iPad'lerde doğru şekilde görüntülenmelidir. Bu güncellemede evcil hayvan bakımı, motosiklet tamircisi ve çilingir gibi yeni dükkan türleri de eklendi. Sevgili katkıda bulunan gönüllülerimizle birlikte, Organic Maps'i en iyi harita uygulaması yapmak için sürekli geliştiriyoruz! Lütfen tam güncelleme notuna göz atın:
|
||||
|
||||
* 29 Mart tarihine ait yeni OpenStreetMap harita verileri
|
||||
* 29 Mart tarihine ait yeni OpenStreetMap harita verileri
|
||||
* OpenStreetMap wiki bağlantıları artık Türkçe sayfalara yönlendiriyor
|
||||
* KML yer işaretleri artık yol kaydı verileriyle doğru bir şekilde içe aktarılıyor
|
||||
* Müzik ve enstrüman kategorileri editör aracılığıyla haritaya eklenebilir
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "It was a busy time for our team and our beloved contributors"
|
||||
date: 2023-05-12T14:10:24+00:00
|
||||
slug: "it-was-a-busy-time-for-our-team-and-our-beloved-contributors"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
It was a busy time for our team and our beloved contributors. We prepared a new app and map data update for you.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Майское обновление Organic Maps и Google Summer of Code"
|
||||
date: 2023-05-12T14:10:24+00:00
|
||||
slug: "it-was-a-busy-time-for-our-team-and-our-beloved-contributors"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Мы подготовили для вас новое приложение и обновление картографических данных. Кроме того, в этом году Organic Maps получили 4 слота в программе Google Summer of Code 2023 для следующих функций:
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Ekibimiz ve sevgili katılımcılarımız için yoğun bir dönemdi"
|
||||
date: 2023-05-12T14:10:24+00:00
|
||||
slug: "it-was-a-busy-time-for-our-team-and-our-beloved-contributors"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Ekibimiz ve sevgili katılımcılarımız için yoğun bir dönemdi. Sizler için yeni bir uygulama ve harita verisi güncellemesi hazırladık.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "GPX import is now supported in Organic Maps"
|
||||
date: 2023-06-07T21:54:20+00:00
|
||||
slug: "gpx-import-is-now-supported-in-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
GPX import is now supported in Organic Maps! You don't need to convert your GPX tracks into KML anymore.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps'te GPX içe aktarma artık destekleniyor"
|
||||
date: 2023-06-07T21:54:20+00:00
|
||||
slug: "gpx-import-is-now-supported-in-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Organic Maps'te GPX içe aktarma artık destekleniyor! Artık GPX kayıtlarınızı KML'ye dönüştürmenize gerek yok.
|
||||
|
@ -41,7 +43,7 @@ Stiller:
|
|||
* Münih'in en kuzeyindeki metro istasyonunun simgesi düzeltildi
|
||||
|
||||
Çeviriler:
|
||||
* Çalışma saatlerini seçme menüsü için çeviriler eklendi
|
||||
* Çalışma saatlerini seçme menüsü için çeviriler eklendi
|
||||
* Düzeltilmiş Baskça, Belarusça, İngilizce (BK), İngilizce (ABD) ve Ukraynaca çeviriler
|
||||
|
||||
Masaüstü
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
title: "Lerne die Juli-Version von Organic Maps kennen"
|
||||
date: 2023-07-18T22:49:37+00:00
|
||||
slug: "lerne-die-juli-version-von-organic-maps"
|
||||
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Lerne die Juli-Version von Organic Maps kennen! Beachte, dass diese Version auf dem Nexus 5X (und vielleicht auf einigen anderen älteren Geräten) abstürzt. Wir arbeiten an einem Fix.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Meet the July release of Organic Maps"
|
||||
date: 2023-07-18T22:49:37+00:00
|
||||
slug: "meet-the-july-release-of-organic-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Meet the July release of Organic Maps! Note that this release crashes on Nexus 5X (and maybe on some other older devices), but we're working on a fix.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "While many are enjoying their holidays, our community and contributors are creating better maps"
|
||||
date: 2023-08-21T22:05:00+00:00
|
||||
slug: "while-many-are-enjoying-their-holidays-our-community-and-contributors-are-creating-better-maps"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
While many are enjoying their holidays, our community and contributors are creating better maps! Thanks ♥️ to everyone who helps and supports us, it motivates us more and more 🚀
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Crowdfunding and the September update"
|
||||
date: 2023-09-30T22:50:03+00:00
|
||||
slug: "organic-maps-crowdfunding-and-september-update"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
A short announcement before the details about the September Organic Maps release.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Organic Maps November 2023 Release with outdoor map style preview"
|
||||
date: 2023-11-22T11:46:18+00:00
|
||||
slug: "organic-maps-november-2023-release-with-outdoor-map-style-preview"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
This release was delayed due to [OpenStreetMap vandalism](https://community.openstreetmap.org/t/vandalism-and-blocks-in-israel/105176), and due to a longer testing of many fixes and changes prepared by our contributors.
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "In 2023 Organic Maps got its first million users"
|
||||
date: 2023-12-23T12:12:33+00:00
|
||||
slug: "in-2023-organic-maps-got-its-first-million-users"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
In 2023 Organic Maps got its **first million users**. It would not be possible to scale without the help from our beloved community. A million thanks for your energy and time, your [donations](https://organicmaps.app/donate/) and [support](https://organicmaps.app/support-us/) 🙏 ❤️ 🍃
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Android Auto is finally available in Google Play"
|
||||
date: 2024-01-10T23:52:48+00:00
|
||||
slug: "android-auto-is-finally-available-in-google-play"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Android Auto is finally [available in Google Play](https://play.google.com/store/apps/details?id=app.organicmaps). Many thanks to the team and beta testers!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "If you missed it, the February 2024 Organic Maps update is already available in Google Play, Huawei AppGallery, and AppStore."
|
||||
date: 2024-02-14T22:19:01+00:00
|
||||
slug: "february-2024-organic-maps-update-is-already-available-in-google-play-huawei-appgallery-and-appstore"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
If you missed it, the February 2024 Organic Maps update is already available in [Google Play](https://play.google.com/store/apps/details?id=app.organicmaps), [Huawei AppGallery](https://appgallery.huawei.com/#/app/C104325611), and [AppStore](https://apps.apple.com/app/organic-maps/id1567437057).
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Now everyone can back up or share all bookmarks and imported tracks as one KMZ file with just one click"
|
||||
date: 2024-03-11T18:18:56+00:00
|
||||
slug: "now-everyone-can-back-up-or-share-all-bookmarks-and-imported-tracks-as-one-kmz-file-with-just-one-click"
|
||||
taxonomies:
|
||||
news: ["Releases"]
|
||||
---
|
||||
|
||||
Now everyone can back up or share all bookmarks and imported tracks as one KMZ file with just one click! And then import everything back from the same file.
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Nuus
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: Jongste nuus en bywerkings van ons span"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: الأخبار
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: آخر الأخبار والتحديثات من فريقنا"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Notícies
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: les notícies i novetats més recents del nostre equip"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Novinky
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: Nejnovější zprávy a aktualizace od našeho týmu"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Neuigkeiten
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: Neueste Nachrichten und Updates von unserem Team"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Noticias
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: noticias y actualizaciones más recientes de nuestro equipo"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Berriak
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: azken albiste eta eguneraketak gure lan-taldetik"
|
||||
---
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Organic Maps: Dernières nouvelles et mises à jour de notre équipe"
|
||||
description: Restez en contact avec les dernières versions de Organic Maps, les nouvelles et les mises à jour de notre équipe
|
||||
template: news/root_section.html
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
extra:
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: समाचार
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "ऑर्गेनिक मैप्स: हमारी टीम से नवीनतम समाचार और अपडेट"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Hírek
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: Legfrissebb hírek és újdonságok a csapatunktól"
|
||||
---
|
||||
|
|
|
@ -4,6 +4,5 @@ extra:
|
|||
menu_title: Berita
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
template: news/root_section.html
|
||||
title: "Organic Maps: Berita dan pembaruan terbaru dari tim kami"
|
||||
---
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Organic Maps: Ultime notizie e aggiornamenti dal nostro team"
|
||||
description: Rimanete in contatto con gli ultimi rilasci di app, le novità e gli aggiornamenti del nostro team
|
||||
template: news/root_section.html
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
extra:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Organic Maps: Latest news and updates from our team"
|
||||
description: Stay in touch with the latest Organic Maps releases, news and updates from our team
|
||||
template: news/root_section.html
|
||||
page_template: news/page.html
|
||||
sort_by: date
|
||||
extra:
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue