diff options
| author | DivisionByZero <[email protected]> | 2024-04-21 20:58:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-21 18:58:39 +0000 |
| commit | b754dc6ac8be86a2b5c550d743899390997362a6 (patch) | |
| tree | cba5cd7665e33b26df2583d0151aaf16a762d1d3 /src/locales/th | |
| parent | 81d07189ec45b1e8871019a0e6aa54e60c7fd72a (diff) | |
| download | faker-b754dc6ac8be86a2b5c550d743899390997362a6.tar.xz faker-b754dc6ac8be86a2b5c550d743899390997362a6.zip | |
refactor(locale): activate data normalization for color (#2837)
Diffstat (limited to 'src/locales/th')
| -rw-r--r-- | src/locales/th/color/human.ts | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/locales/th/color/human.ts b/src/locales/th/color/human.ts index 3b889333..0dee3743 100644 --- a/src/locales/th/color/human.ts +++ b/src/locales/th/color/human.ts @@ -1,20 +1,20 @@ export default [ - 'แดง', - 'ส้ม', - 'เหลือง', - 'เขียว', - 'น้ำเงิน', - 'น้ำตาล', - 'ม่วง', 'ขาว', - 'ดำ', - 'เทา', 'ชมพู', - 'เขียวเข้ม', + 'ดำ', + 'ทอง', + 'น้ำตาล', + 'น้ำเงิน', + 'ฟ้า', + 'ม่วง', + 'ส้ม', + 'เขียว', 'เขียวอ่อน', + 'เขียวเข้ม', 'เขียวเหลือง', - 'ฟ้า', - 'โรสโกล์ด', - 'ทอง', 'เงิน', + 'เทา', + 'เหลือง', + 'แดง', + 'โรสโกล์ด', ]; |
