Skip to content

Commit

Permalink
Merge pull request #97 from azaricstefan/localization_sr
Browse files Browse the repository at this point in the history
added Serbian localization
  • Loading branch information
tabacitu authored Apr 13, 2020
2 parents 03b6220 + 2d8a10c commit 04caa72
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/resources/lang/sr/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Settings Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Laravel Backpack - Settings
|
*/
'name' => 'Naziv',
'value' => 'Vrednost',
'description' => 'Opis',
'setting_singular' => 'Podešavanje',
'setting_plural' => 'Podešavanja',

];

0 comments on commit 04caa72

Please sign in to comment.