diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-03 12:12:31 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-03 12:12:50 +0000 |
| commit | 0fd39724ec01f9f77115641c88ab7da1a4b09227 (patch) | |
| tree | c4dd113cffd7a8be7e851858917d176f28470e97 /app/Date | |
| parent | 17319d0adba30d5333e0fee0a7e5140d5c78c1e2 (diff) | |
| download | webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.gz webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.bz2 webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.zip | |
CodeStyle - spacing/alignment
Diffstat (limited to 'app/Date')
| -rw-r--r-- | app/Date/CalendarDate.php | 14 | ||||
| -rw-r--r-- | app/Date/FrenchDate.php | 20 |
2 files changed, 17 insertions, 17 deletions
diff --git a/app/Date/CalendarDate.php b/app/Date/CalendarDate.php index b57fe932bf..3b71b673cb 100644 --- a/app/Date/CalendarDate.php +++ b/app/Date/CalendarDate.php @@ -373,13 +373,13 @@ class CalendarDate { if ($translated_day_names === null) { $translated_day_names = [ - 0 => /* I18N: abbreviation for Monday */ I18N::translate('Mon'), - 1 => /* I18N: abbreviation for Tuesday */ I18N::translate('Tue'), - 2 => /* I18N: abbreviation for Wednesday */ I18N::translate('Wed'), - 3 => /* I18N: abbreviation for Thursday */ I18N::translate('Thu'), - 4 => /* I18N: abbreviation for Friday */ I18N::translate('Fri'), - 5 => /* I18N: abbreviation for Saturday */ I18N::translate('Sat'), - 6 => /* I18N: abbreviation for Sunday */ I18N::translate('Sun'), + 0 => /* I18N: abbreviation for Monday */ I18N::translate('Mon'), + 1 => /* I18N: abbreviation for Tuesday */ I18N::translate('Tue'), + 2 => /* I18N: abbreviation for Wednesday */ I18N::translate('Wed'), + 3 => /* I18N: abbreviation for Thursday */ I18N::translate('Thu'), + 4 => /* I18N: abbreviation for Friday */ I18N::translate('Fri'), + 5 => /* I18N: abbreviation for Saturday */ I18N::translate('Sat'), + 6 => /* I18N: abbreviation for Sunday */ I18N::translate('Sun'), ]; } diff --git a/app/Date/FrenchDate.php b/app/Date/FrenchDate.php index 76e7010f92..457d4cf4e3 100644 --- a/app/Date/FrenchDate.php +++ b/app/Date/FrenchDate.php @@ -194,16 +194,16 @@ class FrenchDate extends CalendarDate { if ($translated_day_names === null) { $translated_day_names = [ - 0 => /* I18N: The first day in the French republican calendar */ I18N::translate('Primidi'), - 1 => /* I18N: The second day in the French republican calendar */ I18N::translate('Duodi'), - 2 => /* I18N: The third day in the French republican calendar */ I18N::translate('Tridi'), - 3 => /* I18N: The fourth day in the French republican calendar */ I18N::translate('Quartidi'), - 4 => /* I18N: The fifth day in the French republican calendar */ I18N::translate('Quintidi'), - 5 => /* I18N: The sixth day in the French republican calendar */ I18N::translate('Sextidi'), - 6 => /* I18N: The seventh day in the French republican calendar */ I18N::translate('Septidi'), - 7 => /* I18N: The eighth day in the French republican calendar */ I18N::translate('Octidi'), - 8 => /* I18N: The ninth day in the French republican calendar */ I18N::translate('Nonidi'), - 9 => /* I18N: The tenth day in the French republican calendar */ I18N::translate('Decidi'), + 0 => /* I18N: The first day in the French republican calendar */ I18N::translate('Primidi'), + 1 => /* I18N: The second day in the French republican calendar */ I18N::translate('Duodi'), + 2 => /* I18N: The third day in the French republican calendar */ I18N::translate('Tridi'), + 3 => /* I18N: The fourth day in the French republican calendar */ I18N::translate('Quartidi'), + 4 => /* I18N: The fifth day in the French republican calendar */ I18N::translate('Quintidi'), + 5 => /* I18N: The sixth day in the French republican calendar */ I18N::translate('Sextidi'), + 6 => /* I18N: The seventh day in the French republican calendar */ I18N::translate('Septidi'), + 7 => /* I18N: The eighth day in the French republican calendar */ I18N::translate('Octidi'), + 8 => /* I18N: The ninth day in the French republican calendar */ I18N::translate('Nonidi'), + 9 => /* I18N: The tenth day in the French republican calendar */ I18N::translate('Decidi'), ]; } |
