Andy Allan
8df3c7b12a
Rework about page to avoid html in the translations
2023-02-22 10:25:51 +00:00
Andy Allan
9101705656
Remove html from translations for the welcome page
...
This also refactors the "any questions" section, which is shared with the fixthemap page.
2023-02-22 10:25:51 +00:00
Andy Allan
10e035df93
Refactor trace guidance to avoid raw html in translations
...
Also rearrange to avoid multiple sentences in a heading.
2023-02-22 09:16:17 +00:00
Andy Allan
317b1871f4
Refactor translation to avoid raw html tags
2023-02-22 09:16:17 +00:00
Andy Allan
e11c70f751
Move public editing content into its own partial
...
This makes the editing page easier to read, and simplifies the i18n
in the public editing section.
2023-02-22 09:16:17 +00:00
Andy Allan
c7e9888bb6
Refactor public editing note to avoid raw html in the translations
2023-02-22 09:16:17 +00:00
translatewiki.net
c3c3fc4d1d
Localisation updates from https://translatewiki.net .
2023-02-20 13:14:01 +01:00
Hufkratzer
275fb83b55
Change label for leisure=horse_riding in en.yml
...
Change "Horse Riding" to "Horse Riding Centre"
2023-02-18 22:16:19 +01:00
translatewiki.net
0474a084ce
Localisation updates from https://translatewiki.net .
2023-02-16 13:14:07 +01:00
translatewiki.net
8597449085
Localisation updates from https://translatewiki.net .
2023-02-13 13:12:35 +01:00
translatewiki.net
49201286aa
Localisation updates from https://translatewiki.net .
2023-02-09 13:13:40 +01:00
translatewiki.net
65ed47c119
Localisation updates from https://translatewiki.net .
2023-02-06 13:15:08 +01:00
translatewiki.net
8e443649f3
Localisation updates from https://translatewiki.net .
2023-02-02 13:14:55 +01:00
Tom Hughes
52591c5561
Merge remote-tracking branch 'upstream/pull/3911'
2023-02-01 19:10:22 +00:00
Andy Allan
a88da1d71a
Refactor translation strings for notes
...
These aren't used by any javascript code, so don't need to be in
the `javascripts` key.
2023-02-01 17:24:48 +00:00
Andy Allan
9748ce301c
Move browse#note to notes#show
...
This allows a more resourceful routing approach.
2023-02-01 17:13:41 +00:00
Andy Allan
b5046fdcd0
Move browse#new_note to notes#new
...
This allows a more resourceful routing approach.
2023-02-01 17:13:41 +00:00
translatewiki.net
850ced0288
Localisation updates from https://translatewiki.net .
2023-01-30 13:13:12 +01:00
translatewiki.net
7a182d9e12
Localisation updates from https://translatewiki.net .
2023-01-26 13:17:10 +01:00
Andy Allan
f7367baa6b
Rename api_notes resource to avoid conflict with non-API resource
...
This allows using e.g. note_path for notes#show in the future.
2023-01-25 19:01:57 +00:00
translatewiki.net
175615f226
Localisation updates from https://translatewiki.net .
2023-01-23 13:13:19 +01:00
translatewiki.net
63708f4a52
Localisation updates from https://translatewiki.net .
2023-01-19 13:16:50 +01:00
translatewiki.net
b278bc06ef
Localisation updates from https://translatewiki.net .
2023-01-16 13:13:25 +01:00
translatewiki.net
c8cbf2457d
Localisation updates from https://translatewiki.net .
2023-01-12 13:15:28 +01:00
Tom Hughes
2ee5a63ead
Merge remote-tracking branch 'upstream/pull/3886'
2023-01-11 10:57:04 +00:00
Tom Hughes
4e0c5f5fcb
Make distances in directions translatable
...
Fixes #3888
2023-01-10 20:58:10 +00:00
Richard Fairhurst
b7887b049f
Remove Geonames and geocoder.ca
2023-01-09 21:23:48 +00:00
Tom Hughes
152e524002
Make error pages translatable
...
Fixes #3877
2023-01-09 19:32:22 +00:00
Tom Hughes
1e5ffd1389
Fix some translation issues for diary_entry#new
...
Fixes #3880
2023-01-09 19:02:11 +00:00
translatewiki.net
e28a8fd992
Localisation updates from https://translatewiki.net .
2023-01-09 13:28:11 +01:00
Tom Hughes
f42a7a2d8d
Make sanitize convert text alignment styles to bootstrap classes
...
The kramdown converter for markdown uses inline styles for table
column alignment which gets lost when we strip the styles so add
bootstrap classes to replace it.
2023-01-09 11:10:11 +00:00
Andy Allan
fbbcbf5c63
Merge pull request #3874 from tomhughes/offline
...
Allow models to load when the database is offline
2023-01-06 13:10:28 +00:00
Tom Hughes
4a5d509adf
Allow models to load when the database is offline
...
It used to be necessary to stop ActiveRecord loading because
it would immediately try and connect the database but with the
introduction of switchable database connections it now only connects
when a model is used for the first time.
Fixes #3858
2023-01-05 20:25:34 +00:00
translatewiki.net
74f444d453
Localisation updates from https://translatewiki.net .
2023-01-05 13:20:08 +01:00
translatewiki.net
2be5332689
Localisation updates from https://translatewiki.net .
2023-01-02 13:14:32 +01:00
Tom Hughes
18b642bfa9
Merge remote-tracking branch 'upstream/pull/3863'
2022-12-30 11:48:49 +00:00
mmd-osm
b6869e2a43
Update wiki_pages.yml
2022-12-30 08:35:44 +01:00
Tom Hughes
6033359bd0
Preserve rel=me on links in rich text
...
Fixes #3859
2022-12-29 18:02:23 +00:00
Tom Hughes
27e9965dd2
Require integer IDs for diary_entries#show
...
Fixes #3865
2022-12-29 17:14:05 +00:00
ZhengLin Li
381b83e08c
Change Save to Comment
...
For comment submit buttons we currently have:
"Comment" (Changeset Comments)
"Add Comment" (Issue Comments)
"Comment" (Note Comments)
"Save" (Diary Comments)
So, to make them consistent, I'd propose to change "Save" to "Comment"
2022-12-29 02:03:02 -08:00
translatewiki.net
88b4555472
Localisation updates from https://translatewiki.net .
2022-12-26 13:16:29 +01:00
Tom Hughes
3ff8ef52b7
Merge remote-tracking branch 'upstream/pull/3848'
2022-12-22 16:43:41 +00:00
Christian Beiwinkel
1e33272153
consistent naming of FOSSGIS routers
2022-12-22 17:39:50 +01:00
translatewiki.net
336571f12e
Localisation updates from https://translatewiki.net .
2022-12-22 13:14:21 +01:00
Tom Hughes
3218e40f52
Fix resource names for Oauth 2 bottons
...
Fixes #3850
2022-12-18 19:42:48 +00:00
Christian Beiwinkel
85f627c5c2
added valhalla routing engine
2022-12-16 17:05:36 +01:00
translatewiki.net
7b72e4f3c3
Localisation updates from https://translatewiki.net .
2022-12-15 13:14:33 +01:00
SK53
2300f4676f
Update OSGB date range for copyright
2022-12-14 16:48:56 +00:00
Tom Hughes
eb26f8f62b
Fix new rubocop warnings
2022-12-13 20:26:25 +00:00
translatewiki.net
6663e23d43
Localisation updates from https://translatewiki.net .
2022-12-12 13:12:45 +01:00