Commit graph

4523 commits

Author SHA1 Message Date
translatewiki.net
e17838f690
Localisation updates from https://translatewiki.net. 2024-10-21 14:15:37 +02:00
translatewiki.net
fa082dce3a
Localisation updates from https://translatewiki.net. 2024-10-17 14:16:07 +02:00
Tom Hughes
cef8137998 Merge remote-tracking branch 'upstream/pull/5266' 2024-10-16 18:38:48 +01:00
Andy Allan
4416290646 Avoid linking to redirects on the osmfoundation website 2024-10-16 17:40:24 +01:00
Andy Allan
96984421ad
Merge pull request #5216 from kcne/teaspoon-v2
Re-enable JavaScript unit tests using Teaspoon
2024-10-16 16:55:33 +01:00
translatewiki.net
43a45e1658
Localisation updates from https://translatewiki.net. 2024-10-14 14:15:53 +02:00
Emin Kocan
40c71f28be Enable eslint and fix eslint errors for osm_test.js 2024-10-12 21:02:10 +02:00
mmd-osm
fb73d0770b Update link for Austria data sources
Fixes #5253. As requested by LWG.
2024-10-09 17:54:35 +02:00
translatewiki.net
8ef6d15f4f
Localisation updates from https://translatewiki.net. 2024-10-07 14:15:25 +02:00
translatewiki.net
8ada57d5e4
Localisation updates from https://translatewiki.net. 2024-10-03 14:15:03 +02:00
Tom Hughes
a218fcccbb Switch to rails 7.2 defaults 2024-10-02 19:16:37 +01:00
Andy Allan
5720968323
Merge pull request #5070 from tomhughes/rails72
Update to rails 7.2.0
2024-10-02 17:00:26 +01:00
Nenad Vujicic
f862880a6c Ignores activerecord translation keys as unused
Adds activerecord.errors.models.user_mute.{attributes.subject.format, is_already_muted} under ignore_unused (in i18n-tasks.yml) so they are not reported as unused anymore.
2024-09-30 22:44:05 +02:00
Tom Hughes
edd04ef67a Merge remote-tracking branch 'upstream/pull/5243' 2024-09-30 19:15:10 +01:00
Nenad Vujicic
7f6028cd7d Masked off reporting as unused various keys
Added time.formats.{blog, friendly} translation keys under ignore_unused in i18n-tasks.yml since used on numerous places for formatting dates / times, removed site.sidebar.close because started being used at 3a51160 and ended being used at 6adcce4, removed sessions.new.title because started being used at f18baae and has been used only in test/system/issues_test.rb (from which we removed it because tests are always in EN)
2024-09-30 17:52:33 +02:00
Nenad Vujicic
5ff17da0d7 Removed unused translations in user_blocks
Removed user_blocks.show.{confirm, needs_view, show} translation keys added at daa2496. confirm and show has never been used, needs_view ended being used at ca06b3c.
2024-09-30 15:18:18 +02:00
translatewiki.net
73fc534cb6
Localisation updates from https://translatewiki.net. 2024-09-30 14:15:17 +02:00
translatewiki.net
54070efb13
Localisation updates from https://translatewiki.net. 2024-09-26 14:18:48 +02:00
Nenad Vujicic
0f7eb71d62 Removed various unused translation keys
Removed changeset_comments.feeds.comments.comment (5cd417f / 2cf3861), issues.index.link_to_reports (79bd177 / 05ae075) and sessions.new.register now (5197124 / 9649b19) translation keys.
2024-09-25 13:08:48 +02:00
Tom Hughes
ac31625f1b Merge remote-tracking branch 'upstream/pull/5236' 2024-09-24 18:07:47 +01:00
Nenad Vujicic
b0ad96ebd4 Removed unused translation keys in users.*
Removed users.new.tou (added 9649b19 and has never been used), users.terms.decline replaced with users.terms.cancel and together with users.terms.continue started being used at /users/terms.html.erb (both were added at 9a9e13a and removed at 1be8d59)
2024-09-24 16:03:23 +02:00
Nenad Vujicic
72fcf73f2b Fixed unused translation keys in diary_entries.*
Removed diary_entries.location.{edit,view} unused translation keys. They were started using at 0b913ef and ended using at 53fc3e8 / aa121fa.
2024-09-24 15:55:25 +02:00
translatewiki.net
8b158758a0
Localisation updates from https://translatewiki.net. 2024-09-23 14:15:17 +02:00
Nenad Vujicic
3f27dc3abb Removed unused translation keys from changesets.*
Removed unused translation keys changesets.{changeset.anonymous, no_such_entry.title} from en.yml. .anonymous was added in fddda4e and was stopped being used in 3e305fb. .title was added in f0764d3 but never used.
2024-09-19 23:30:02 +02:00
Anton Khorev
6595d43e3c Merge branch 'pull/5117' 2024-09-19 16:49:29 +03:00
translatewiki.net
232ac735cd
Localisation updates from https://translatewiki.net. 2024-09-19 14:14:54 +02:00
Tom Hughes
be2678e0dd Update to rails 7.2.0 2024-09-17 20:39:31 +01:00
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