We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df42f5 commit dc37b7eCopy full SHA for dc37b7e
packages/devops/resources/lang/hr/translations.php
@@ -1,16 +1,7 @@
1
<?php
2
3
-return [
4
- 'single' => '',
5
- 'plural' => '',
6
- 'breadcrumb' => '',
7
- 'title' => '',
8
- 'navigation_label' => '',
9
- 'navigation_group' => '',
10
- 'totalone' => '',
11
- 'totaltwo' => '',
12
- 'totalthree' => '',
13
- 'name' => 'Ime',
14
- 'started_at' => 'Pokrenuto',
15
- 'failed' => 'neuspjelo',
16
-];
+return array (
+ 'name' => 'Ime',
+ 'started_at' => 'Pokrenuto',
+ 'failed' => 'neuspjelo',
+);
0 commit comments