Skip to content

Commit

Permalink
Merge pull request #17 from tabacitu/master
Browse files Browse the repository at this point in the history
added Romanian translation
  • Loading branch information
arcanedev-maroc committed Oct 19, 2015
2 parents fd5904d + 5732f9d commit ece862c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions resources/lang/ro/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'all' => 'Toate',
'date' => 'Dată',
];
13 changes: 13 additions & 0 deletions resources/lang/ro/levels.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'all' => 'Toate',
'emergency' => 'Urgență',
'alert' => 'Alertă',
'critical' => 'Critic',
'error' => 'Eroare',
'warning' => 'Pericol',
'notice' => 'Avertisment',
'info' => 'Informare',
'debug' => 'Depanare',
];
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', 'sv'];
protected static $locales = ['ar', 'de', 'en', 'es', 'fr', 'it', 'nl', 'ro', 'sv'];

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

0 comments on commit ece862c

Please sign in to comment.