Skip to content

Commit

Permalink
Fix: ko-KR follows the western number formats for now
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed Feb 19, 2024
1 parent a4d4301 commit 6a0a9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/korean.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
##isocode ko_KR
##plural 11
##textdir ltr
##numberformat 0000경0000조0000억0000만0000
##numberabbreviations 4=0000경0000조0000억0000만|8=0000경0000조0000억|12=0000경0000조|16=0000경
##numberformat 00,000,000,000,000,000,000
##numberabbreviations 4=0000경{NBSP}0000조{NBSP}0000억{NBSP}0000만|8=0000경{NBSP}0000조{NBSP}0000억|12=0000경{NBSP}0000조|16=0000경
##decimalsep .
##winlangid 0x0412
##grflangid 0x3a
Expand Down

0 comments on commit 6a0a9fe

Please sign in to comment.