Skip to content

Commit

Permalink
Get rid of u''
Browse files Browse the repository at this point in the history
  • Loading branch information
sipp11 committed Jul 21, 2015
1 parent 3a87fa1 commit fbc12bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,11 +1567,11 @@ class ThaiLocale(Locale):
}

month_names = ['', 'มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน',
u'พฤษภาคม', 'มิถุนายน', 'กรกฏาคม', 'สิงหาคม',
u'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม']
month_abbreviations = ['', u'ม.ค.', u'ก.พ.', u'มี.ค.', u'เม.ย.', u'พ.ค.',
u'มิ.ย.', u'ก.ค.', u'ส.ค.', u'ก.ย.', u'ต.ค.',
u'พ.ย.', u'ธ.ค.']
'พฤษภาคม', 'มิถุนายน', 'กรกฏาคม', 'สิงหาคม',
'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม']
month_abbreviations = ['', 'ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.',
'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.',
'พ.ย.', 'ธ.ค.']

day_names = ['', 'จันทร์', 'อังคาร', 'พุธ', 'พฤหัสบดี', 'ศุกร์',
'เสาร์', 'อาทิตย์']
Expand Down

0 comments on commit fbc12bf

Please sign in to comment.