Skip to content

Commit

Permalink
chore(i18n): remove unused language keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Apr 15, 2024
1 parent a1d509c commit 7a9c3f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions mod/developers/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
// entity explorer
'developers:entity_explorer:help' => 'View information about entities and perform some basic actions on them.',
'developers:entity_explorer:guid:label' => 'Enter the guid of the entity to inspect',
'developers:entity_explorer:info' => 'Entity Information',
'developers:entity_explorer:info:attributes' => 'Attributes',
'developers:entity_explorer:info:metadata' => 'Metadata',
'developers:entity_explorer:info:relationships' => 'Relationships',
Expand All @@ -71,7 +70,6 @@
'developers:entity_explorer:view_entity' => 'View this entity on the site',

// inspection
'developers:inspect:help' => 'Inspect configuration of the Elgg framework.',
'developers:inspect:actions' => 'Actions',
'developers:inspect:events' => 'Events',
'developers:inspect:menus' => 'Menus',
Expand Down
3 changes: 0 additions & 3 deletions mod/site_notifications/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
'site_notifications:success:delete' => 'Notifications deleted',
'site_notifications:success:mark_read' => 'Notifications marked as read',

'site_notifications:cron:linked_cleanup:start' => 'Site notifications cleaning up notifications without linked entities',
'site_notifications:cron:linked_cleanup:end' => 'Site notifications cleaned up %s notifications without linked entities',
'site_notifications:cron:unread_cleanup:start' => 'Site notifications cleaning up unread notifications older than %s days',
'site_notifications:cron:unread_cleanup:end' => 'Site notifications cleaned up %s unread notifications',
'site_notifications:cron:read_cleanup:start' => 'Site notifications cleaning up read notifications older than %s days',
'site_notifications:cron:read_cleanup:end' => 'Site notifications cleaned up %s read notifications',
);
2 changes: 0 additions & 2 deletions mod/thewire/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
* Status messages
*/
'thewire:posted' => "Your message was successfully posted to the wire.",
'thewire:deleted' => "The wire post was successfully deleted.",
'thewire:blank' => "Sorry, you need to enter some text before we can post this.",
'thewire:notsaved' => "Sorry. We could not save this wire post.",
'thewire:notdeleted' => "Sorry. We could not delete this wire post.",

/**
* Notifications
Expand Down

0 comments on commit 7a9c3f4

Please sign in to comment.