Skip to content

Commit

Permalink
add kazakh and russian locales
Browse files Browse the repository at this point in the history
  • Loading branch information
tlegenbayangali committed Dec 11, 2023
1 parent 486014d commit 20d1c80
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/lang/kk/components.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'repeater' => [
'empty' => [
'label' => 'Жазбалар жоқ',
],
'row_actions' => [
'label' => 'Жол әрекеттері',
],
],
];
12 changes: 12 additions & 0 deletions resources/lang/ru/components.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'repeater' => [
'empty' => [
'label' => 'Записи отсутствуют',
],
'row_actions' => [
'label' => 'Действия строки',
],
],
];

0 comments on commit 20d1c80

Please sign in to comment.