Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1404 from Naruedom/DRAFT
Browse files Browse the repository at this point in the history
TH color name
  • Loading branch information
fzaninotto committed Jan 16, 2018
2 parents b393800 + 42a8904 commit d15bf1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Faker/Provider/th_TH/Color.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

namespace Faker\Provider\th_TH;

class Color extends \Faker\Provider\Color
{
protected static $safeColorNames = array(
'ขาว','ชมพู','ดำ','น้ำตาล','น้ำเงิน','ฟ้า','ม่วง','ส้ม','เขียว','เขียวอ่อน','เหลือง','แดง'
);

protected static $allColorNames = array(
'กากี','ขาว','คราม','ชมพู','ดำ','ทอง','นาค','น้ำตาล',
'น้ำเงิน','ฟ้า','ม่วง','ส้ม','เขียว','เขียวอ่อน',
'เงิน','เทา','เหลือง','เหลืองอ่อน','แดง','่ขี้ม้า'
);
}

0 comments on commit d15bf1d

Please sign in to comment.