Skip to content

Commit

Permalink
feat: add translation to that's all folks
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekMichalSebestyen committed Oct 26, 2023
1 parent 0228a72 commit d9317d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/cs/katalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'catalog_artworks' => '{0} děl|[1] dílo|[2,4] díla|[5,*] děl',
'catalog_no_artworks' => 'momentálně žádná díla',
'catalog_show_more' => 'ukaž více',
'catalog_finished' => 'to je vše.',
'catalog_finished' => 'To je vše, přátelé!',

// in model item.sortable
'sortable_updated_at' => 'poslední změny',
Expand Down
2 changes: 1 addition & 1 deletion lang/en/katalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
'catalog_artworks' => '{0} artworks|[1] artwork|[2,*] artworks',
'catalog_no_artworks' => 'currently no artworks',
'catalog_show_more' => 'show more',
'catalog_finished' => "that's all.",
'catalog_finished' => "That's all folks!",
);
2 changes: 1 addition & 1 deletion lang/sk/katalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
'catalog_artworks' => '{0} diel|[1] dielo|[2,4] diela|[5,*] diel',
'catalog_no_artworks' => 'momentálne žiadne diela',
'catalog_show_more' => 'ukáž viac',
'catalog_finished' => 'to je všetko.',
'catalog_finished' => 'To je všetko, priatelia!',
);
2 changes: 1 addition & 1 deletion resources/views/frontend/catalog-new/index-new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ class="tw-border tw-border-gray-400 tw-py-2.5 tw-px-8 tw-text-sm hover:tw-border
</template>
</catalog.infinite-scroll>
<div class="tw-mt-10 tw-flex tw-justify-center tw-text-sm" v-else>
That's all Folks!
{{ trans('katalog.catalog_finished') }}
</div>
</div>
</div>
Expand Down

0 comments on commit d9317d9

Please sign in to comment.