From 8a58141fc92e278899fdcf22e77e3c40eaca9a06 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 Jan 2026 20:17:29 +0000 Subject: [PATCH] Drop language resources for the old client_application model Fixes #6711. --- config/locales/en.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index e33148626..cf2781fd2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -89,19 +89,6 @@ en: # Translates all the model attributes, which is used in error handling on the website # Only the ones that are used on the website are translated at the moment attributes: - client_application: - name: Name (Required) - url: Main Application URL (Required) - callback_url: Callback URL - support_url: Support URL - allow_read_prefs: read their user preferences - allow_write_prefs: modify their user preferences - allow_write_diary: create diary entries and comments - allow_write_api: modify the map - allow_write_changeset_comments: comment on changesets - allow_read_gpx: read their private GPS traces - allow_write_gpx: upload GPS traces - allow_write_notes: modify notes diary_comment: body: "Body" diary_entry: -- 2.39.5