Skip to content

Commit

Permalink
Merge pull request #19 from VahanMargaryan/master
Browse files Browse the repository at this point in the history
Added Russian and Armenian translations
  • Loading branch information
arcanedev-maroc committed Oct 22, 2015
2 parents 8a03657 + f21e966 commit 37714d6
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1 deletion.
6 changes: 6 additions & 0 deletions resources/lang/hy/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'all' => 'Բոլորը',
'date' => 'Ամսաթիվ',
];
13 changes: 13 additions & 0 deletions resources/lang/hy/levels.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'all' => 'Բոլորը',
'emergency' => 'Վթարային',
'alert' => 'Նախազգուշացում',
'critical' => 'Կրիտիկական',
'error' => 'Սխալ',
'warning' => 'Նախազգուշացում',
'notice' => 'Ծանուցում',
'info' => 'Տեղեկատվություն',
'debug' => 'Կարգաբերում',
];
6 changes: 6 additions & 0 deletions resources/lang/ru/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'all' => 'Все',
'date' => 'Дата',
];
13 changes: 13 additions & 0 deletions resources/lang/ru/levels.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'all' => 'Все',
'emergency' => 'Аварийная',
'alert' => 'Предупреждение',
'critical' => 'Критический',
'error' => 'Ошибка',
'warning' => 'Предупреждение',
'notice' => 'Уведомление',
'info' => 'Информация',
'debug' => 'Отладка',
];
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class TestCase extends BaseTestCase
/** @var array */
protected static $logLevels;

protected static $locales = ['ar', 'de', 'en', 'es', 'fr', 'it', 'nl', 'ro', 'sv', 'tr'];
protected static $locales = ['ar', 'de', 'en', 'es', 'fr', 'hy', 'it', 'nl', 'ro', 'ru', 'sv', 'tr'];

/* ------------------------------------------------------------------------------------------------
| Main functions
Expand Down

0 comments on commit 37714d6

Please sign in to comment.