Skip to content

Commit

Permalink
Fix khmer wording
Browse files Browse the repository at this point in the history
  • Loading branch information
helmabio committed Nov 5, 2024
1 parent 330cbe7 commit 7a884be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Constant
public function __construct()
{
$this->lunarMonths = [];
$months = explode("_", "មិគសិរ_បុស្ស_មាឃ_ផល្គុន_ចេត្រ_ពិសាខ_ជេស្ឋ_អាសាឍ_ស្រាពណ៍_ភទ្របទ_អស្សុជ_កក្ដិក_បឋមាសាឍ_ទុតិយាសាឍ");
$months = explode("_", "មិគសិរ_បុស្ស_មាឃ_ផល្គុន_ចេត្រ_ពិសាខ_ជេស្ឋ_អាសាឍ_ស្រាពណ៍_ភទ្របទ_អស្សុជ_កត្តិក_បឋមាសាឍ_ទុតិយាសាឍ");
foreach ($months as $index => $month) {
$this->lunarMonths[$month] = $index;
}
Expand Down

0 comments on commit 7a884be

Please sign in to comment.