From 0bfaf01967914a098448918617ba19bbef7df97e Mon Sep 17 00:00:00 2001 From: Chanthorn SP Date: Tue, 14 Nov 2023 13:47:53 +0700 Subject: [PATCH] =?UTF-8?q?change=20=E1=9E=80=E1=9E=80=E1=9F=92=E1=9E=8A?= =?UTF-8?q?=E1=9E=B7=E1=9E=80=20to=20=E1=9E=80=E1=9E=8F=E1=9F=92=E1=9E=8F?= =?UTF-8?q?=E1=9E=B7=E1=9E=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constant.php b/src/Constant.php index 2137cbe..5551362 100644 --- a/src/Constant.php +++ b/src/Constant.php @@ -35,7 +35,7 @@ public static function lunarMonths(int $month = null): string|array "ស្រាពណ៍", "ភទ្របទ", "អស្សុជ", - "កក្ដិក" + "កត្តិក" ]; if ($month) { if ($month > 13 && $month < 0) return 'Undefined';