Commit graph

74 commits

Author SHA1 Message Date
7129896d44 Fix issues and re-generate
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2025-02-22 17:06:32 +00:00
546ebaf3db Localize Stripe links
https://support.stripe.com/questions/supported-languages-for-stripe-checkout-and-payment-links

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-24 19:06:38 +00:00
0dcbd44c4c
Embedded faq (#246)
* Created draft for embedded faq.html. English only

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added translations to embedded faq

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added Español. Fixed zh-Hans

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added missing "Go to Top" link.
Added missing title.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Removed extra <p> tags

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added two more questions to embedded FAQ

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added new translation key 'more-info-om'. Updated embedded-faq.html to use this translation.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added new translation key 'go-to-top'. Updated embedded-faq.html to use this translation.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Apply comments suggestions from code review

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>

* Faq embedded template formatting and fixes

Signed-off-by: Alexander Borsuk <me@alex.bio>

---------

Signed-off-by: S. Kozyr <s.trump@gmail.com>
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <me@alex.bio>
2024-07-31 12:29:00 +02:00
bb813de21b
FAQ updates from main repo (#242)
* Added F.A.Q. question "Some places are missing on the map or have wrong names" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "The app can't find my position on the map" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Modified taxonomy from "Map Editing" to "Map"

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "I can't download (update) maps" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Moved 2 FAQ questions to "map" subfolder

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "Search cannot find a place on the map" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Renamed language from "zh" to "zh-Hans".
Added Ukrainian FAQ index.
Fixed missing FAQ translation errors.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Explicit is better than implicit. Missing FAQ translation should raise an error. Added translation placeholders `{translate me}`

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added debug page `/faq/translation_status` with the table of all FAQ pages with translations.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "What can I do if the app has stopped/crashed?" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "How to share (export) bookmarks?" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added F.A.Q. question "How to import bookmarks?" from https://github.com/organicmaps/organicmaps/blob/master/data/faq.html

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Small updates to content/faq/translation_status.md

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Changed order for "How to import bookmarks?" question

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Changed order for "The app can't find my position on the map" and "Search cannot find a place on the map" questions

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated FAQ categories into Russian

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated FAQ categories into Ukrainian

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated FAQ categories into Ukrainian and Espanol

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Showing updated date at translation_status.html page.
Showing "Edit this page on GitHub" link on the bottom of FAQ pages

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Fixed github edit link

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Inserted last updated date to new FAQ pages.
Updated /faq/translation_status page

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated English questions according to PR suggestions.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated question "How to import bookmarks and tracks in KML, KMZ, or GPX format?"

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Translated "Frequently Asked Questions" and "F.A.Q." to supported languages using strings.txt from main repo

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Added "description" property to FAQ pages in English

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated FAQ description with DeepL translation

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Moved FAQ sections into config.toml translations.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Updated README.md according to latest changes.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Removed extra spaces. Fixed cases

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Implemented FAQ status page without JavaScript

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Revert "Moved FAQ sections into config.toml translations."

This reverts commit 5d1ecb1e8318a08b13242dd54024d585d9db5b4d.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Fixed taxonomies names

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Apply suggestions from code review.
Renamed `faq/map/can-find-position` to `faq/map/can-not-find-position`.
Added `KMB` to the list of supported formats.
Updated button title 'Import Bookmarks and Tracks' according to strings.txt from main repo.
Updated README.md

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* [faq] Removed Android mention from import

Signed-off-by: Alexander Borsuk <me@alex.bio>

* Translated Edit on Github

Signed-off-by: Alexander Borsuk <me@alex.bio>

* Minor styling for Edit on GitHub button

Signed-off-by: Alexander Borsuk <me@alex.bio>

---------

Signed-off-by: S. Kozyr <s.trump@gmail.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Alexander Borsuk <me@alex.bio>
2024-07-09 14:31:52 +02:00
Alexander Borsuk
7a9344835c Enable both rss and atom feeds
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-06-22 14:04:21 +02:00
ebb2782ba6 Regenerated
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-04-03 07:22:43 +03:00
e95e462a5e Remove duplicating zh-CN in favor of zh-Hans
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-04-02 11:51:19 +03:00
7960532598 Regenerated
NOTE: The new version of /donate page has next to zero translation level.
I am keeping original texts from the previous version until translated.

```
./tools/i18n.sh
git checkout HEAD~1 -- content/donate
```

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-04-02 11:32:40 +03:00
3b5d0cae0d Actualize the list of crypto wallets
Shrink the endless crypto table by keeping only what people have actually
used. The most such coins have never received a penny, but have instead
confused people. Please consider donating using mainstream coins instead.
We'll burn more gas trying to convert unpopular s-coins into useful stuff.

This PR also adds hyperlinks. Unfortunately, these links are not standard
for the majority of coins and only work with selected wallets.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-29 14:46:14 +02:00
Alexander Borsuk
d232839375 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>
2024-03-18 18:53:45 +01:00
eb8d0a61c7 Update donation links
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-03-17 20:07:37 +02:00
Luca Ceccarini
5613ad0030
[faq] 🇮🇹 Added italian FAQ pages (#217)
* 🇮🇹 Added italian FAQ pages

Signed-off-by: Luca Ceccarini <luca@decode.lc>

* Minor typos, fixed suggestions by @gpesquero

Signed-off-by: Luca Ceccarini <luca@decode.lc>

* Update content/faq/_index.it.md

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: Luca Ceccarini <luca@decode.lc>

---------

Signed-off-by: Luca Ceccarini <luca@decode.lc>
Signed-off-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2024-03-15 11:03:07 +01:00
64d027ab54 Sort languages alphabetically in config.toml
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-15 02:13:48 +01:00
80118e570f [faq] Add new App FAQs
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-13 00:13:56 +01:00
ea4eca7cd6 [faq] Add Spanish translation of TTS configuration guide on Android
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-11 10:20:32 +01:00
e546756346 Add taxonomies to all languages in config.toml
Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
2024-03-10 23:27:57 +01:00
vachan-maker
3d33a840b2 Add proper FAQ page and TTS instructions
Signed-off-by: meenbeese <meenbeese@tutanota.com>
Signed-off-by: S. Kozyr <s.trump@gmail.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-03-07 00:45:07 +02:00
Alexander Borsuk
15d32cce83 USD Stripe donations
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-12-24 08:01:47 +01:00
9132788d90 Fix broken links and re-generated
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-11-01 11:38:03 +02:00
Alexander Borsuk
2dd1f8af37 Fixed Arabic language name
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-18 23:57:01 +02:00
Alexander Borsuk
863015376d Revert "Temporary disable Arabic until RTL is fixed"
This reverts commit 549ea13960.

Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-09-18 23:57:01 +02:00
549ea13960 Temporary disable Arabic until RTL is fixed 2023-09-17 13:13:24 +03:00
186e950621 Regenerated
+ Fixed links in Arabic

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-17 10:36:48 +03:00
Alexander Borsuk
6adfa209dd Added description
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-08-22 22:43:46 +02:00
Alexander Borsuk
8ffe1c7742 Fixed rss feed title and author email
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-08-22 12:19:19 +02:00
d8bc4282c9 Regenerated + enabled Afrikaans
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-07-12 10:54:49 +03:00
Alexander Borsuk
eb2d6b2806 Use non-breaking spaces
Signed-off-by: Alexander Borsuk <me@alex.bio>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-06-18 10:38:25 +03:00
5f626a1425 Regenerated
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-06-18 10:11:08 +03:00
c58a3ce294 Regenerated
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-05-27 19:24:55 +03:00
076d44e065 Enable Marathi language
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-04-23 11:47:17 +03:00
8fb7dc861c Enable Svenska language
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-28 11:33:38 +03:00
318924aeac Regenerated
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-11 18:20:00 +02:00
82097b404f Switch Czech to Weblate
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-11 18:14:55 +02:00
7ff8620e8f Regenerate config.toml
Update Hindi and remove orphan Chinese lines.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-03-11 18:09:38 +02:00
420556ce33 Regenerated 2023-02-21 08:26:14 +02:00
Alexander Borsuk
4167ead802 News translations
Signed-off-by: Alexander Borsuk <me@alex.bio>
2023-02-19 22:32:43 +01:00
f4cb02b2ab Regenerate Catalan
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-02-14 12:03:07 +02:00
ad482d6a71 Enable Catalan
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-02-10 11:34:28 +02:00
3818a7aad6 Enable Ukrainian translations
"Support us" is not generated because only 50% of strings are translated.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-02-05 17:28:10 +02:00
87bb9746c0 Regenerate Hindi translations
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-29 17:30:59 +02:00
58ce4d7620 Review fixes for translations
- Please don't translates Markdown [keys].
- `language` should be the name of your language, not translation of `English`.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-29 08:55:05 +02:00
197a1780df Update Spanish translations
Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/es/
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:28 +02:00
b8c8b1416e Add Russian translations
Generation of Markdowns are intentionally not enabled yet.

Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/be/
Co-authored-by: S3aBreeze <S3aBreeze@users.noreply.hosted.weblate.org>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:28 +02:00
Piotr Strebski
6f1ea5105f Generation of Markdowns are intentionally not enabled yet.
Generation is not enabled yet.

Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/pl/
Signed-off-by: Piotr Strebski <strebski@gmail.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:28 +02:00
Jiří Podhorecký
da32bfdb68 Add Czech translations
Generation of Markdowns are intentionally not enabled yet.

Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/cs/
Signed-off-by: Jiří Podhorecký <j.podhorecky@volny.cz>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:28 +02:00
d4f5409d
a75dc24670 Add Hungarian translations
Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/hu/
Signed-off-by: d4f5409d <d4f5409d-4b6a-4640-9ff3-155ebcdc7ab7@anonaddy.me
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:28 +02:00
nautilusx
2dca7eb9eb Add German into Weblate
Generation of Markdowns are intentionally not enabled yet.

Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/de/
Signed-off-by: nautilusx <translate@disroot.org>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-28 19:13:28 +02:00
7e989a40a1 Update translations from Weblate
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-01-02 11:00:10 +02:00
Gari Araolaza
45fff902b7 Update Basque translations
Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/eu/
Signed-off-by: Gari Araolaza <garaolaza@codesyntax.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-12-23 16:23:51 +02:00
AT
d5b93a385b Update Dutch translations
Translate-URL: https://hosted.weblate.org/projects/organicmaps/website/nl/
Signed-off-by: AT <owje@protonmail.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-12-23 16:14:38 +02:00