Skip to content

Commit

Permalink
fix: update translations for tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed May 21, 2024
1 parent 26e8699 commit ae32ad9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang/de/tools/start.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '<b>🙋🏻 :appName 🤓</b>',
'title' => '<b>:appName</b>',
'firstName' => 'Hey <b>:firstName</b>,',
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
Use /menu for more options.',
Expand Down
2 changes: 1 addition & 1 deletion lang/en/tools/start.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '<b>🙋🏻 :appName 🤓</b>',
'title' => '<b>:appName</b>',
'firstName' => 'Hey <b>:firstName</b>,',
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
Use /menu for more options.',
Expand Down
2 changes: 1 addition & 1 deletion lang/ja/tools/start.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '<b>🙋🏻 :appName 🤓</b>',
'title' => '<b>:appName</b>',
'firstName' => 'Hey <b>:firstName</b>,',
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
Use /menu for more options.',
Expand Down
2 changes: 1 addition & 1 deletion lang/vi/tools/start.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'title' => '<b>🙋🏻 :appName 🤓</b>',
'title' => '<b>:appName</b>',
'firstName' => 'Hey <b>:firstName</b>,',
'notification' => 'I can send you notifications from your 🦑<b>GitHub</b> or 🦊<b>GitLab</b> Repository instantly to your Telegram.
Use /menu for more options.',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/tools/start.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
?>
{!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!}
🙋🏻 {!! __('tg-notifier::tools/start.title', ['appName' => config('telegram-git-notifier.app.name')]) !!} 🤓

{!! __('tg-notifier::tools/start.firstName', ['firstName' => $first_name]) !!}

Expand Down

0 comments on commit ae32ad9

Please sign in to comment.