Andy Allan
a91afa0e78
Use .with_locale for about page
...
This simplifies the code, since we can avoid having to specify the
locale for every translation.
The test was added since I originally developed another approach,
but that caused exceptions on invalid locales.
2023-03-22 10:13:01 +00:00
Andy Allan
473d425c10
Remove the language block from around the original guidance
...
The guidance is shown in the user's own language, not in english.
2023-03-22 09:55:41 +00:00
Andy Allan
1d5ba57c49
Remove the language block from around the guidance
...
This was unnecessary and also incorrect. The guidance is shown in the users
own language, not in the @locale of the copyright statement, and so
doesn't need any language wrapping and certainly not stating that it's in
the @locale.
2023-03-22 09:55:41 +00:00
Tom Hughes
5d86e624b0
Update bundle
2023-03-21 19:16:34 +00:00
translatewiki.net
edca1a05b3
Localisation updates from https://translatewiki.net .
2023-03-20 13:20:41 +01:00
wtrbtl03
2a62e368cc
Update en.yml
2023-03-20 12:59:23 +05:30
translatewiki.net
7010635bdf
Localisation updates from https://translatewiki.net .
2023-03-16 13:14:58 +01:00
Tom Hughes
b5cc4449a6
Include count in messages for the "one" plural category
2023-03-15 21:01:32 +00:00
Tom Hughes
cc0473ada8
Update bundle
2023-03-14 18:13:51 +00:00
Tom Hughes
81ed5bef6d
Merge remote-tracking branch 'upstream/pull/3968'
2023-03-14 18:12:42 +00:00
translatewiki.net
b078b6b10b
Localisation updates from https://translatewiki.net .
2023-03-13 13:13:27 +01:00
Tom Hughes
0571802b31
Remove accidental commit
2023-03-12 17:53:30 +00:00
Tom Hughes
35c59bff0d
Fix "load more" button on search results
...
Fixes #3969
2023-03-12 17:52:39 +00:00
Tom Hughes
6e6d806560
Set the locale when rendering a generic error page
2023-03-12 16:10:14 +00:00
dependabot[bot]
b03209f420
Bump eslint from 8.35.0 to 8.36.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.35.0 to 8.36.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.35.0...v8.36.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 23:56:36 +00:00
Andy Allan
e2d3aee2bd
Merge pull request #3966 from willemarcel/patch-2
...
Add space between form and Publish diary button
2023-03-10 18:19:19 +00:00
Wille Marcel
525c041743
Add space between form and Publish diary button
2023-03-10 15:16:44 -03:00
Tom Hughes
e2e79ba549
Drop legacy forums from help page
2023-03-08 17:40:34 +00:00
Tom Hughes
07e57daf2b
Merge remote-tracking branch 'upstream/pull/3963'
2023-03-08 17:07:34 +00:00
Tom Hughes
9241d9810d
Merge remote-tracking branch 'upstream/pull/3962'
2023-03-08 17:00:48 +00:00
Andy Allan
63303c22b7
Merge pull request #3846 from SK53/osgb-date-2022
...
Update OSGB date range for copyright
2023-03-08 16:59:07 +00:00
Andy Allan
08c28b2a0e
Update copyright date based on LWG request
2023-03-08 16:52:10 +00:00
Andy Allan
2fac7a4384
Document the procedure to change the copyright attribution page
...
This comes up every now and then, and so let's have the existing procedure documented.
2023-03-08 16:43:54 +00:00
Andy Allan
e6487f1d44
Merge pull request #3958 from tomhughes/geocoder-post
...
Use POST for geocoder backends
2023-03-08 16:28:55 +00:00
Andy Allan
59ed461a5d
Rework confirmations page to avoid raw html in translations
2023-03-08 16:09:27 +00:00
Andy Allan
2771921cb1
Rework shared kramdown instructions to avoid html in translations
2023-03-08 16:09:27 +00:00
Andy Allan
235618b9c0
Remove html from translations for terms page
2023-03-08 16:09:27 +00:00
Andy Allan
8a8935c8b6
Remove remaining html in translations from fixthemap page
2023-03-08 16:09:27 +00:00
Andy Allan
e6395508c4
Refactor communities page to avoid html in translations
2023-03-08 16:09:27 +00:00
Andy Allan
9c8bb75b9d
Refactor potlatch page to avoid html in translations
2023-03-08 16:09:27 +00:00
Tom Hughes
bef4602697
Merge remote-tracking branch 'upstream/pull/3961'
2023-03-08 16:07:08 +00:00
Tom Hughes
904b88b1db
Merge remote-tracking branch 'upstream/pull/3960'
2023-03-08 15:58:03 +00:00
Andy Allan
85dbe7c29a
Add the i18n-tasks gem
...
This can be used for checking our translations, for example to see
if there are unused translations in en.yml
2023-03-08 15:34:54 +00:00
Andy Allan
4bf81418db
Remove unused user_blocks translations
...
These checkboxes were removed in 95c3d640a4
2023-03-08 15:10:19 +00:00
Andy Allan
53ce4161bf
Remove used issues#update translations
...
These are covered by reports#create, and there is no issues#update
controller method or view.
2023-03-08 15:03:57 +00:00
Andy Allan
35b278d2da
Remove used translations on the registration page
...
We use activerecord attributes for this instead
2023-03-08 14:53:34 +00:00
Andy Allan
f26ad95ade
Remove set_home translation
...
The corresponding method was removed in 2010 with fbe529d87e
2023-03-08 14:51:13 +00:00
Andy Allan
86e51d7b67
Remove several unused translations from the user#show page
2023-03-08 14:46:12 +00:00
Tom Hughes
8919c8c404
Use POST for geocoder backends
...
The geocoder backend calls are a private implementation detail
and using POST enables request forgery checks and makes scraping
of nominatim via the backend calls harder.
2023-03-07 17:24:48 +00:00
Tom Hughes
2e5e2bc263
Add rubocop-capybara
2023-03-07 17:09:29 +00:00
Tom Hughes
d8f333df4e
Update bundle
2023-03-07 17:02:18 +00:00
Tom Hughes
b4d6baec96
Merge remote-tracking branch 'upstream/pull/3957'
2023-03-07 17:01:22 +00:00
dependabot[bot]
c5c344b12c
Bump qs from 6.11.0 to 6.11.1
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.11.0 to 6.11.1.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.11.0...v6.11.1 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 23:56:38 +00:00
translatewiki.net
892860815c
Localisation updates from https://translatewiki.net .
2023-03-06 13:14:43 +01:00
Tom Hughes
b8ef243f79
Merge remote-tracking branch 'upstream/pull/3955'
2023-03-03 22:32:37 +00:00
Martin Raifer
cc7e82f0e7
Update to iD v2.25.1
2023-03-03 23:00:37 +01:00
Tom Hughes
49f99d9fd3
Merge remote-tracking branch 'upstream/pull/3953'
2023-03-03 17:55:53 +00:00
translatewiki.net
d3de38767d
Localisation updates from https://translatewiki.net .
2023-03-02 13:17:49 +01:00
dependabot[bot]
b31951000f
Bump coverallsapp/github-action from 1.2.2 to 1.2.4
...
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action ) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/coverallsapp/github-action/releases )
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4 )
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 23:57:09 +00:00
Tom Hughes
2b3133d2e8
Fix new rubocop warnings
2023-02-28 15:20:33 +00:00