Skip to content

Commit

Permalink
Cleanup translations
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Feb 7, 2025
1 parent cb62570 commit ea9a813
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions packages/builder/resources/lang/hr/translations.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<?php

return [
'single' => '',
'plural' => '',
'breadcrumb' => '',
'title' => '',
'navigation_label' => '',
'navigation_group' => '',
'totalone' => '',
'totaltwo' => '',
'totalthree' => '',
'name' => 'Ime',
'started_at' => 'Pokrenuto',
'failed' => 'neuspjelo',
];
return array (
'name' => 'Ime',
'started_at' => 'Pokrenuto',
'failed' => 'neuspjelo',
);

0 comments on commit ea9a813

Please sign in to comment.