blob: ce427a16c0bf5df633a3e5f0c74bb43ccb8ddf58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<language locale="zh">
<regions>
<region name="台北 (12h)" locale="TW">
<dateshort>YYYY/MM/DD</dateshort>
<datelong>YYYY年M月D日 DDDD</datelong>
<time symbolAM="上午" symbolPM="下午">xx h:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
<region name="台北 (24h)" locale="TW">
<dateshort>YYYY/MM/DD</dateshort>
<datelong>YYYY年M月D日 DDDD</datelong>
<time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
</regions>
</language>
|