Skip to content

Commit

Permalink
Better translation for full transport on search command
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed May 17, 2024
1 parent 5cb8b96 commit 583a5c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/translations/messages+intl-icu.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
'row' => '- [`{transport_id}`] {direction} {postal_code} leaving at {hour} on {date} - {seats_remaining}/{seats_total} passenger seats available',
'row_driver' => '(you are driving this transport)',
'empty' => 'No transport found.',
'full_transports' => 'And {count} full transports.',
'full_transports' => '{count, plural,
=1 {And 1 full transport.}
other {And # full transports.}
}',
],
'status' => [
'description' => 'List the transport(s) you’ve created or joined',
Expand Down
5 changes: 4 additions & 1 deletion app/translations/messages+intl-icu.fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
'row' => '- [`{transport_id}`] {direction} {postal_code} part à {hour} le {date} - {seats_remaining}/{seats_total} places disponibles',
'row_driver' => '(vous conduisez ce transport)',
'empty' => 'Aucun transport trouvé.',
'full_transports' => 'Et {count} transport(s) complet(s).',
'full_transports' => '{count, plural,
=1 {Et 1 transport complet.}
other {Et # transports complets.}
}',
],
'status' => [
'description' => 'Liste des transports que vous avez créés ou rejoints',
Expand Down

0 comments on commit 583a5c9

Please sign in to comment.