Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

feat: support rtl languages #530

Merged
merged 15 commits into from
May 16, 2023
22 changes: 11 additions & 11 deletions lang/bn/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/ca/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/da/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/el/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/he/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/hi/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/ja/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/nl/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/no/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/pa/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/pl/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/ro/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/sv/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
22 changes: 11 additions & 11 deletions lang/te/format.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

return [
'date' => '',
'day_month_parenthesis' => '',
'day_number' => '',
'full_date' => '',
'long_month_day' => '',
'long_month_year' => '',
'short_date' => '',
'short_date_year_time' => '',
'short_day' => '',
'short_month' => '',
'short_month_year' => '',
'date' => 'D MMM YYYY',
'day_month_parenthesis' => 'dddd (D MMM)',
'day_number' => 'DD',
'full_date' => 'dddd D MMM YYYY',
'long_month_day' => 'D MMMM',
'long_month_year' => 'MMMM Y',
'short_date' => 'D MMM',
'short_date_year_time' => 'D MMM YYYY H:mm',
'short_day' => 'ddd',
'short_month' => 'MMM',
'short_month_year' => 'MMM Y',
];
Loading