Amir E. Aharoni
64f1742a6e
Remove unnecessary comma from several translatable messages
2024-09-17 10:46:18 -04:00
Tom Hughes
496a872f02
Merge remote-tracking branch 'upstream/pull/5217'
2024-09-15 19:20:30 +01:00
mmd-osm
bcc07e87bf
Remove unused Namefinder translation strings
...
Namefinder was introduced in commit d2bd786
and later removed in fcebfd1f
. Since then, these translation strings are unused.
Analysis using: `git log -p -S "towns" -- ':(exclude)*config/locales/*.yml' ':(exclude)*vendor/assets/*'`
2024-09-15 18:56:21 +02:00
mmd-osm
5aa63c60ec
Remove unused .greeting translation in changeset_comment_notification
...
Text and html templates use .hi instead
2024-09-15 18:35:21 +02:00
mmd-osm
57b402f8fe
Remove unused translation key users.new.external auth
...
Unused since commit 0c7c950149
2024-09-15 11:23:27 +02:00
mmd-osm
efb3e0c81b
Ignore users.auth_failure.* as unused translation
...
Translation keys are used for OmniAuth callbacks, and defined by the
respective OmniAuth provider. It is expected that these strings are
unsued in the OSM website repo.
2024-09-15 11:23:27 +02:00
Anton Khorev
ed74bc036b
Fix browse elements timeouts
2024-09-14 18:03:48 +03:00
Anton Khorev
b81d645f0c
Merge branch 'pull/5196'
2024-09-13 11:48:38 +03:00
Nenad Vujicic
0425aeebbc
Added ignoring unused translations auth.providers
...
Added ignoring reporting translations auth.providers.* as unused because they are used at app/views/application/_auth_providers.html.erb, ..
2024-09-12 21:47:58 +02:00
Nenad Vujicic
c81d343d8d
Removed unused translations in activerecord.errors
...
Removed unused translations activerecord.errors.messages.{invalid_email_address, email_address_not_routable} started / ended using in 63862d0
/ 90a7efc
.
2024-09-12 21:35:44 +02:00
Tom Hughes
c41a83214a
Merge remote-tracking branch 'upstream/pull/5202'
2024-09-12 18:30:10 +01:00
Tom Hughes
b70770f8dd
Remove last traces of OPNVKarte layer
2024-09-12 18:29:55 +01:00
Tom Hughes
11cb5c7fed
Remove HTML tags from polish resource
2024-09-12 18:29:21 +01:00
Tom Hughes
68f69b89af
Remove HTML tags from polish resource
2024-09-12 18:22:19 +01:00
translatewiki.net
1a20044dc7
Localisation updates from https://translatewiki.net .
2024-09-12 14:15:40 +02:00
Anton Khorev
fa09a62d39
Add subway, tram, bus stops to mapnik map key
2024-09-12 14:03:31 +03:00
Tom Hughes
b34e71f1d9
Merge remote-tracking branch 'upstream/pull/5186'
2024-09-11 17:12:13 +01:00
Tom Hughes
f7c2d56df7
Merge remote-tracking branch 'upstream/pull/5188'
2024-09-11 17:09:00 +01:00
Anton Khorev
418615bce7
Add New Redaction button to redactions page
2024-09-11 14:14:35 +03:00
Anton Khorev
de344eea83
Rename _blocks partial template to _page
2024-09-11 13:38:02 +03:00
Nenad Vujicic
22160b445f
Removed unused translations in user_role namespace
...
Removed user_role.{grant,revoke}.{title, heading, confirm} started / ended using in 30d5e78
and 8a7040e
/ 5f33656
.
2024-09-10 20:53:03 +02:00
Tom Hughes
091e0c21ef
Merge remote-tracking branch 'upstream/pull/5150'
2024-09-10 18:42:21 +01:00
Anton Khorev
38085fed82
Make i18n-tasks ignore shared pagination scope
2024-09-10 10:38:54 +03:00
Anton Khorev
7633657ecb
Pass translation scope instead of keys to shared pagination
2024-09-10 10:37:36 +03:00
Tom Hughes
a39886ac4c
Merge remote-tracking branch 'upstream/pull/5176'
2024-09-09 18:47:32 +01:00
translatewiki.net
2140da75b7
Localisation updates from https://translatewiki.net .
2024-09-09 14:15:12 +02:00
Nenad Vujicic
3d37044b67
Removed unused translations from Traces namespace
...
Removed keys traces.make_public.made_public (started / ended using in 95595ee
/ 5651714
) and traces.trace_optionals.tags (started / ended using in c30f141
/ 7410b59
).
2024-09-09 11:53:56 +02:00
Tom Hughes
64c3bd7d19
Merge remote-tracking branch 'upstream/pull/5172'
2024-09-08 15:28:33 +01:00
Tom Hughes
210db7e728
Merge remote-tracking branch 'upstream/pull/5171'
2024-09-08 15:28:30 +01:00
Tom Hughes
c4913d4dae
Merge remote-tracking branch 'upstream/pull/5170'
2024-09-08 15:26:46 +01:00
Anton Khorev
5b7bc6d0af
Remove unused site.search.get_directions string
2024-09-08 13:23:51 +03:00
Anton Khorev
6d7d581de1
Remove unused messages.outbox.actions string
2024-09-08 13:05:42 +03:00
Anton Khorev
1ddcfca371
Remove unused layouts.gps_traces_tooltip string
2024-09-08 12:55:21 +03:00
Anton Khorev
a49c581573
Remove unused layouts.donate string
2024-09-08 12:46:37 +03:00
Tom Hughes
0473288b14
Merge remote-tracking branch 'upstream/pull/5163'
2024-09-06 17:04:35 +01:00
Tom Hughes
2a80a2eb77
Merge remote-tracking branch 'upstream/pull/5162'
2024-09-06 17:02:45 +01:00
Tom Hughes
6788569211
Merge remote-tracking branch 'upstream/pull/5160'
2024-09-06 17:00:32 +01:00
Nenad Vujicic
ef2c6ef026
Improved error reporting when trace upload fails
...
Fixes #2630 . Added supported file formats below Choose File
(traces/new.html.erb) and improved error / success messages.
2024-09-06 14:07:05 +02:00
Anton Khorev
da28c0e561
Remove Oauth::OAUTH2_SCOPES
...
After OAuth1 was removed, all scopes are OAuth2 scopes. Former OAuth2-only scopes now can be combined with the rest.
2024-09-06 09:14:54 +03:00
Anton Khorev
dcb0369788
Merge branch 'pull/5115'
2024-09-06 06:04:25 +03:00
Anton Khorev
b928f62620
Remove unused site.about.next string
2024-09-06 01:15:08 +03:00
Anton Khorev
ad4d4aa2b4
Remove strings unused since Oct 2013 frontpage redesign
2024-09-06 00:21:32 +03:00
Anton Khorev
5bdb8a43e1
Remove messages.message_summary.reply_button string
2024-09-05 23:42:50 +03:00
translatewiki.net
8389a77611
Localisation updates from https://translatewiki.net .
2024-09-05 14:42:55 +02:00
Tom Hughes
3267a3c55c
Restore monkey patching of OAuth::Helper
...
This is needed for omniauth-mediawiki which still uses OAuth 1.
2024-09-03 00:26:32 +01:00
Anton Khorev
e9148e56eb
Use svg icons in pagination for note lists
2024-09-03 02:10:43 +03:00
Anton Khorev
2f5272639e
Move note paging locale strings to notes scope
2024-09-03 01:38:17 +03:00
Anton Khorev
b816bad726
Merge branch 'pull/5141'
2024-09-03 01:03:13 +03:00
Tom Hughes
423ae5f8e0
Merge remote-tracking branch 'upstream/pull/5146'
2024-09-02 19:16:29 +01:00
Tom Hughes
79e2208fe3
Merge remote-tracking branch 'upstream/pull/5143'
2024-09-02 19:11:29 +01:00