2 files changed, 159 insertions(+), 0 deletions(-)

A => en_TH
A => runme.sh
A => en_TH +154 -0
@@ 0,0 1,154 @@ 
+comment_char %
+escape_char /
+
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
+% Thailand (English) locale
+%
+% Name:       en_TH
+% Author:     Chaiwat Suttipongsakul
+% Contact:    Si-Phaya Publishing co., Ltd. (Daily News)
+%               1/4 Vibhavadi Rangsit Road,
+%               Laksi, Bangkok 10210
+%               THAILAND.
+% E-mail:    chaiwat.s@dailynews.co.th
+% Language:  English
+% Territory: Thailand
+% Revision:  0.1
+% Date:      2020-03-18
+
+LC_IDENTIFICATION
+title      "English locale for Thailand"
+source     ""
+address    ""
+contact    ""
+email      ""
+tel        ""
+fax        ""
+language   "English"
+territory  "Thailand"
+revision   "0.1"
+date       "2020-03-18"
+
+category "i18n:2012";LC_IDENTIFICATION
+category "i18n:2012";LC_CTYPE
+category "i18n:2012";LC_COLLATE
+category "i18n:2012";LC_TIME
+category "i18n:2012";LC_NUMERIC
+category "i18n:2012";LC_MONETARY
+category "i18n:2012";LC_MESSAGES
+category "i18n:2012";LC_PAPER
+category "i18n:2012";LC_NAME
+category "i18n:2012";LC_ADDRESS
+category "i18n:2012";LC_TELEPHONE
+category "i18n:2012";LC_MEASUREMENT
+END LC_IDENTIFICATION
+
+LC_CTYPE
+copy "th_TH"
+END LC_CTYPE
+
+LC_COLLATE
+copy "th_TH"
+END LC_COLLATE
+
+LC_MONETARY
+copy "th_TH"
+END LC_MONETARY
+
+LC_NUMERIC
+copy "th_TH"
+END LC_NUMERIC
+
+LC_TIME
+% Abbreviated weekday names (%a)
+abday       "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
+%
+% Full weekday names (%A)
+day         "Sunday";"Monday";/
+            "Tuesday";"Wednesday";/
+            "Thursday";"Friday";/
+            "Saturday"
+%
+% Abbreviated month names (%b)
+abmon       "Jan";"Feb";/
+            "Mar";"Apr";/
+            "May";"Jun";/
+            "Jul";"Aug";/
+            "Sep";"Oct";/
+            "Nov";"Dec"
+%
+% Full month names (%B)
+mon         "January";"February";/
+            "March";"April";/
+            "May";"June";/
+            "July";"August";/
+            "September";"October";/
+            "November";"December"
+%
+% Equivalent of AM PM
+am_pm       "AM";"PM"
+%
+% Appropriate date & time representation
+d_t_fmt "%a %e %b %Ey, %H:%M:%S"
+% Appropriate date representation
+d_fmt   "%d//%m//%Ey"
+% Appropriate time representation
+t_fmt   "%H:%M:%S"
+% AM/PM signs
+am_pm   "AM";"PM"
+% Appropriate 12-hour clock representation
+t_fmt_ampm  "%I:%M:%S %p"
+% Era : Buddhist Era
+era     "+:1:-543//01//01:+*:BE:%EC %Ey"
+era_d_fmt       "%e %b %Ey"
+era_t_fmt       "%H.%M.%S"
+era_d_t_fmt     "%A %e %B %EC %Ey, %H.%M.%S"
+% Appropriate date representation (date(1))
+date_fmt       "%a %e %b %Ey %H:%M:%S %Z"
+week 7;19971130;1
+END LC_TIME
+
+
+LC_MESSAGES
+copy "en_US"
+END LC_MESSAGES
+
+LC_PAPER
+copy "th_TH"
+END LC_PAPER
+
+LC_TELEPHONE
+copy "th_TH"
+END LC_TELEPHONE
+
+LC_MEASUREMENT
+copy "th_TH"
+END LC_MEASUREMENT
+
+LC_NAME
+copy "en_US"
+END LC_NAME
+
+LC_ADDRESS
+postal_fmt    "%f%N%a%N%d%N%r%t%e%t%b%N%h%t%s%N%T%N%S%N%z%c%N"
+country_name  "Thailand"
+%FIXME
+%country_post  ""
+country_ab2   "TH"
+country_ab3   "THA"
+%country_num   "764"
+country_car    "T"
+%FIXME
+%country_isbn  ""
+lang_name     "English"
+lang_ab       "en"
+lang_term     "eng"
+lang_lib      "eng"
+country_num 764
+END LC_ADDRESS

          
A => runme.sh +5 -0
@@ 0,0 1,5 @@ 
+#!/bin/bash
+
+sudo localedef --replace -c -v -i en_TH -f UTF-8 en_TH.UTF-8
+sudo cp -v en_TH /usr/share/i18n/locales/
+