Skip to content

Commit

Permalink
Merge pull request #13 from HELMAB/hotfix/fix-khmer-wording
Browse files Browse the repository at this point in the history
Fix khmer wording
  • Loading branch information
HELMAB authored Nov 5, 2024
2 parents 330cbe7 + 7a884be commit 848d586
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 848d586

Please sign in to comment.