diff --git a/src/Dater/Locale/It.php b/src/Dater/Locale/It.php new file mode 100644 index 0000000..215c4a9 --- /dev/null +++ b/src/Dater/Locale/It.php @@ -0,0 +1,18 @@ + 'd-m-Y', + Dater::USER_TIME_FORMAT => 'H:i', + Dater::USER_DATETIME_FORMAT => 'd-m-Y H:i', + ); +} diff --git a/src/Dater/Locale/Ko.php b/src/Dater/Locale/Ko.php new file mode 100644 index 0000000..3da1fd4 --- /dev/null +++ b/src/Dater/Locale/Ko.php @@ -0,0 +1,18 @@ + 'Y년m월d일', + Dater::USER_TIME_FORMAT => 'H시 i분', + Dater::USER_DATETIME_FORMAT => 'Y년m월d일 H시 i분', + ); +} diff --git a/src/Dater/Locale/ZhCn.php b/src/Dater/Locale/ZhCn.php new file mode 100644 index 0000000..d3775b7 --- /dev/null +++ b/src/Dater/Locale/ZhCn.php @@ -0,0 +1,18 @@ + 'Y年m月d日', + Dater::USER_TIME_FORMAT => 'H时i分', + Dater::USER_DATETIME_FORMAT => 'Y年m月d日 H时i分', + ); +}