Alexander Borsuk
60caf25d7b
Moved references into a separate include
...
Also sorted them and added links to stores
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-10 08:50:17 +02:00
647488c6ae
Reflow Markdown for translations
...
- Extract links
- Remove line breaks (please use "Word Wrap" in your editor)
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-12-10 08:50:17 +02:00
Alexander Borsuk
9f5ade2db0
Support partial site translations
...
Now only some pages can be translated. It won't break anything, and will be
propertly displayed. The only requirement is to add a few localized strings
for a new language into config.toml
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-09 12:03:58 +01:00
Alexander Borsuk
4d6c6482d8
Renamed top menu for consistensy
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-05 10:53:55 +01:00
Alexander Borsuk
2b21021d51
Sorted translations alphabetically
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-05 10:46:00 +01:00
Alexander Borsuk
7ae3787469
npm upgrade
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-05 10:40:33 +01:00
Mr-Mime
828c631e23
Fix links on translated pages
...
Fixes #71
Signed-off-by: Mr-Mime <lennart@fabianfisahn.de>
2022-12-05 00:26:30 +01:00
e8f17f4258
Add German machine translation ( #69 )
...
* Add German machine translation
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
* Add changes proposed by @Markus40
* Small changes to the german translation
* Small changes
* More small changes
* Small changes 3
* Changed sentence structure to be gramatically correct.
* Change to informal language
Signed-off-by: Mr-Mime <lennart@fabianfisahn.de>
* Small grammatical error
* Fixed missing lang param
Signed-off-by: Alexander Borsuk <me@alex.bio>
* Small grammatical error 3
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
Signed-off-by: Alexander Borsuk <me@alex.bio>
Co-authored-by: Mr-Mime <37423773+Mr-Mime@users.noreply.github.com>
Co-authored-by: Markus40 <83376570+Markus40@users.noreply.github.com>
Co-authored-by: Mr-Mime <lennart@fabianfisahn.de>
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
2022-12-04 23:51:42 +01:00
Alexander Borsuk
06b9726e02
[news] Fixed horizontal scrolling in Safari
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-04 01:55:37 +01:00
Alexander Borsuk
20c484b8fb
Add titles to donate links
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-04 01:09:24 +01:00
0e0244e046
Improve donation methods visibility based on selected language
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-12-04 01:57:26 +02:00
34248b1a62
Update Telegram donation link
2022-12-03 14:04:06 +02:00
9b0569e915
Revert "Fix donation link"
...
This reverts commit 3e2c7540de
.
2022-12-03 13:11:40 +02:00
db615c7341
Update exodus link
...
Signed-off-by: Jean-Baptiste CHARRON <jeanbaptiste.charron@outlook.fr>
2022-12-02 21:31:57 +01:00
Alexander Borsuk
47fadddb9b
Updated news
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-02 15:28:09 +01:00
Alexander Borsuk
75aed64523
Do not show empty languages menu if there are no translations for the page
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-02 15:12:05 +01:00
Alexander Borsuk
17164fb339
[news] Properly wrap wide screenshots
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-02 15:05:25 +01:00
Alexander Borsuk
7cee8d3946
Fixed too long links that enabled ugly horizontal scrolling on mobiles
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-02 14:39:16 +01:00
Luna Rose
c1c5fc593f
Add Polish translations
...
Signed-off-by: Luna Rose <luna@anarchy.center>
2022-12-02 08:50:09 +01:00
Alexander Borsuk
25cb2ae319
Fixed missing default section template for news subsections
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-01 23:58:13 +01:00
Alexander Borsuk
b305f2d88f
Fixed redirectss
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-01 23:57:50 +01:00
Alexander Borsuk
c056c1569b
Fixed wide content
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-01 15:53:27 +01:00
Alexander Borsuk
aec7896ae3
Use absolute url for images
...
It works for en, but does not work for localized pages copied from en
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-12-01 00:03:52 +01:00
Alexander Borsuk
09e1c38048
Fixed alias
2022-12-01 00:02:23 +01:00
Alexander Borsuk
0a597ec870
Updated news
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-30 11:04:35 +01:00
Alexander Borsuk
2ae9607f02
Explicit naming and horizontal items for language menu
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-29 13:27:11 +01:00
Alexander Borsuk
3e6f5966a3
npm run format fixes
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-29 12:42:13 +01:00
Alexander Borsuk
60bca2d798
Added stylelint for npm run format
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-29 12:42:13 +01:00
Alexander Borsuk
505d808f6c
Use folders for privacy and terms for easier translations
...
Added missing page template instead of implicitly using base.html
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-29 12:30:54 +01:00
Alexander Borsuk
a3dab57e6b
Redirect /en/ to the root just in case
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-28 23:04:42 +01:00
Alexander Borsuk
e17aa809f0
Automatic language redirect
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-28 23:04:42 +01:00
Alexander Borsuk
1a7eb10a4c
Fixed ambiguity with sponsors and donate buttons
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-28 17:36:46 +01:00
Alexander Borsuk
522e35c6fa
Updated dependencies
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-28 09:04:24 +02:00
Alexander Borsuk
cd9bc2a1d7
Do not index preview pages by search engines
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-26 23:55:40 +01:00
Alexander Borsuk
98a9e85015
News about fosstodon
2022-11-21 23:54:45 +01:00
Alexander Borsuk
d9d44f5b56
Added link to Mastodon
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-21 22:49:04 +01:00
Alexander Borsuk
a77ca8a35a
Fixed misplaced AppStore and GP icons
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-21 22:48:46 +01:00
Alexander Borsuk
b61930dc32
Fixed missing quotes and avoid unnecessary escaping for urls
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 23:56:05 +01:00
Alexander Borsuk
e271c7d728
Prevent dev site from indexing by Google
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 14:49:24 +01:00
Alexander Borsuk
212fc96018
Better donates
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-20 12:19:16 +01:00
280730b4d4
Add localization to GPlay / AppGallery / F-Droid links
...
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-11-19 17:01:28 +01:00
e5c9c53e20
Move badges from Markdown to HTML
...
Markdown should contain content, not HTML and JS code.
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-11-19 17:01:28 +01:00
Alexander Borsuk
2151c6e3f1
Updated index page
2022-11-16 18:45:00 +01:00
Metehan Özyürek
a10e07ccd7
Translated missing pages to Turkish ( #58 )
...
* translated terms
* translated support us
* added TR preview image
* translated donate
Signed-off-by: Metehan Özyürek <metehanc8s9@hotmail.com>
2022-11-15 23:38:33 +01:00
Alexander Borsuk
fc9a9d5606
Updated news
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-09 13:11:14 +01:00
Alexander Borsuk
9f5b405891
Updated news
2022-11-07 11:01:51 +01:00
Alexander Borsuk
59d2c92453
Fixed too wide mobile content
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-05 07:47:05 +01:00
Alexander Borsuk
fd47abe149
Updated news
2022-11-04 10:35:43 +01:00
0db00db5d0
Fix Türkçe name
2022-10-29 15:00:21 +03:00
Alexander Borsuk
5398cc0aaf
Added language selector
...
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-10-26 02:00:15 +02:00