Loading app/Config/App.php +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ class App extends BaseConfig * * @var string[] */ public array $supportedLocales = ['en', 'fr']; public array $supportedLocales = ['en', 'fr', 'pl']; /** * -------------------------------------------------------------------------- Loading app/Language/en/Comment.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ return [ 'title' => "{actorDisplayName}'s comment for {episodeTitle}", 'back_to_comments' => 'Back to comments', 'form' => [ 'episode_message_placeholder' => 'Write a comment...', 'episode_message_placeholder' => 'Write a comment…', 'reply_to_placeholder' => 'Reply to @{actorUsername}', 'submit' => 'Send', 'submit_reply' => 'Reply', Loading app/Language/en/Post.php +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,8 @@ return [ 'actor_shared' => '{actor} shared', 'reply_to' => 'Reply to @{actorUsername}', 'form' => [ 'message_placeholder' => 'Write a message...', 'episode_message_placeholder' => 'Write a message for the episode...', 'message_placeholder' => 'Write a message…', 'episode_message_placeholder' => 'Write a message for the episode…', 'episode_url_placeholder' => 'Episode URL', 'reply_to_placeholder' => 'Reply to @{actorUsername}', 'submit' => 'Send', Loading app/Language/fr/Comment.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'form' => [ 'episode_message_placeholder' => 'Saisissez un commentaire...', 'episode_message_placeholder' => 'Saisissez un commentaire…', 'reply_to_placeholder' => 'Répondre à @{actorUsername}', 'submit' => 'Envoyer !', 'submit_reply' => 'Répondre', Loading app/Language/fr/Post.php +2 −2 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ return [ 'actor_shared' => '{actor} a partagé', 'reply_to' => 'Répondre à @{actorUsername}', 'form' => [ 'message_placeholder' => 'Écrivez votre message...', 'message_placeholder' => 'Écrivez votre message…', 'episode_message_placeholder' => 'Écrivez votre message pour l’épisode...', 'Écrivez votre message pour l’épisode…', 'episode_url_placeholder' => 'URL de l’épisode', 'reply_to_placeholder' => 'Répondre à @{actorUsername}', 'submit' => 'Envoyer !', Loading Loading
app/Config/App.php +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ class App extends BaseConfig * * @var string[] */ public array $supportedLocales = ['en', 'fr']; public array $supportedLocales = ['en', 'fr', 'pl']; /** * -------------------------------------------------------------------------- Loading
app/Language/en/Comment.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ return [ 'title' => "{actorDisplayName}'s comment for {episodeTitle}", 'back_to_comments' => 'Back to comments', 'form' => [ 'episode_message_placeholder' => 'Write a comment...', 'episode_message_placeholder' => 'Write a comment…', 'reply_to_placeholder' => 'Reply to @{actorUsername}', 'submit' => 'Send', 'submit_reply' => 'Reply', Loading
app/Language/en/Post.php +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,8 @@ return [ 'actor_shared' => '{actor} shared', 'reply_to' => 'Reply to @{actorUsername}', 'form' => [ 'message_placeholder' => 'Write a message...', 'episode_message_placeholder' => 'Write a message for the episode...', 'message_placeholder' => 'Write a message…', 'episode_message_placeholder' => 'Write a message for the episode…', 'episode_url_placeholder' => 'Episode URL', 'reply_to_placeholder' => 'Reply to @{actorUsername}', 'submit' => 'Send', Loading
app/Language/fr/Comment.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'form' => [ 'episode_message_placeholder' => 'Saisissez un commentaire...', 'episode_message_placeholder' => 'Saisissez un commentaire…', 'reply_to_placeholder' => 'Répondre à @{actorUsername}', 'submit' => 'Envoyer !', 'submit_reply' => 'Répondre', Loading
app/Language/fr/Post.php +2 −2 Original line number Diff line number Diff line Loading @@ -14,9 +14,9 @@ return [ 'actor_shared' => '{actor} a partagé', 'reply_to' => 'Répondre à @{actorUsername}', 'form' => [ 'message_placeholder' => 'Écrivez votre message...', 'message_placeholder' => 'Écrivez votre message…', 'episode_message_placeholder' => 'Écrivez votre message pour l’épisode...', 'Écrivez votre message pour l’épisode…', 'episode_url_placeholder' => 'URL de l’épisode', 'reply_to_placeholder' => 'Répondre à @{actorUsername}', 'submit' => 'Envoyer !', Loading