mediawiki-extensions-Discus.../tests/cases/datatest-th.json
Bartosz Dziewoński a1dc3a4896 Correctly generate timezone abbreviations for parsing
Also, add tests covering this and the previous bug fixes in this code
(T259818, T261706).

Note that the test data added in tests/cases/ doesn't exactly match
the entire configuration of the wiki, only the parts we want to cover.
This is unlike the data in tests/data/, which was literally copied
from the relevant wikis, and which is used as input for other tests.

Bug: T265500
Change-Id: I29a59a5952f6dc9fb5910434bb6bcc9dcdaa01a9
2020-10-15 12:11:25 +00:00

84 lines
2.2 KiB
JSON

{
"dateFormat": {
"th": "H:i, j F xkY"
},
"digits": {
"th": [
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"
]
},
"localTimezone": "Asia/Bangkok",
"specialContributionsName": "Contributions",
"timezones": {
"th": {
"LMT": "LMT",
"BMT": "BMT",
"+07": "+07"
}
},
"contLangMessages": {
"th": {
"sunday": "วันอาทิตย์",
"monday": "วันจันทร์",
"tuesday": "วันอังคาร",
"wednesday": "วันพุธ",
"thursday": "วันพฤหัสบดี",
"friday": "วันศุกร์",
"saturday": "วันเสาร์",
"sun": "อา.",
"mon": "จ.",
"tue": "อ.",
"wed": "พ.",
"thu": "พฤ.",
"fri": "ศ.",
"sat": "ส.",
"january": "มกราคม",
"february": "กุมภาพันธ์",
"march": "มีนาคม",
"april": "เมษายน",
"may_long": "พฤษภาคม",
"june": "มิถุนายน",
"july": "กรกฎาคม",
"august": "สิงหาคม",
"september": "กันยายน",
"october": "ตุลาคม",
"november": "พฤศจิกายน",
"december": "ธันวาคม",
"january-gen": "มกราคม",
"february-gen": "กุมภาพันธ์",
"march-gen": "มีนาคม",
"april-gen": "เมษายน",
"may-gen": "พฤษภาคม",
"june-gen": "มิถุนายน",
"july-gen": "กรกฎาคม",
"august-gen": "สิงหาคม",
"september-gen": "กันยายน",
"october-gen": "ตุลาคม",
"november-gen": "พฤศจิกายน",
"december-gen": "ธันวาคม",
"jan": "ม.ค.",
"feb": "ก.พ.",
"mar": "มี.ค.",
"apr": "เม.ย.",
"may": "พ.ค.",
"jun": "มิ.ย.",
"jul": "ก.ค.",
"aug": "ส.ค.",
"sep": "ก.ย.",
"oct": "ต.ค.",
"nov": "พ.ย.",
"dec": "ธ.ค."
}
},
"signatureScanLimit": 100
}