Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add translation to that's all folks #913

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading