Skip to content

Commit

Permalink
New Hong Kong Chinese locale file
Browse files Browse the repository at this point in the history
from Walter Cheuk

Thank you Walter!

PS: I will add those new date and time format to the settings page in
another commit.

Closes #10498

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>
  • Loading branch information
wwycheuk authored and Nicolas Riendeau committed Mar 25, 2012
1 parent 1caa3a3 commit b4c922b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions mythtv/locales/zh_hk.xml
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" ?>
<mythlocale>
<!-- Global Settings -->
<!-- EIT, Subtitle, Audio Stream Language Preferences -->
<setting name="ISO639Language0" global="true">chi</setting>
<setting name="ISO639Language1" global="true">eng</setting>

<!-- Recording -->
<setting name="TVFormat" global="true">PAL</setting>
<setting name="VbiFormat" global="true">None</setting>
<setting name="FreqTable" global="true">europe-west</setting>

<!-- Scheduling -->

<!-- Advert Detection -->


<!-- Per-host Settings -->
<!-- Languages - Self Explanatory -->
<setting name="Language">zh_HK</setting>

<!-- Country -->
<setting name="Country">HK</setting>

<!-- Date/Time format -->
<setting name="DateFormat">dddd yyyy年M月d日</setting>
<setting name="TimeFormat">AP h:mm</setting>
<setting name="ShortDateFormat">M月d日</setting>

<!-- Playback -->
<setting name="EnableMHEG">1</setting> <!-- Should enable TVB's interactive TV feature -->

<!-- Plugins -->
<!-- MythArchive -->
<setting name="MythArchiveVideoFormat">PAL</setting>

<!-- Date/Time format -->
<setting name="MythArchiveDateFormat">%Y年%m月%d日 (%A)</setting>
<setting name="MythArchiveTimeFormat">%p %I:%M</setting>
</mythlocale>

0 comments on commit b4c922b

Please sign in to comment.