summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_localization.pl
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-02-17 22:37:25 (GMT)
committerBob Igo <bob@stormlogic.com>2009-02-17 22:37:25 (GMT)
commit7b82b52a0bee32c7c17a3482578f034d15dfae07 (patch)
tree1485d6af0d2e014f513e4d4a77c52e194058d0ac /abs/core-testing/tweaker/bin/twk_localization.pl
parentbeb45e51fed365843092e50ada4d6b678de32bc4 (diff)
downloadlinhes_pkgbuild-7b82b52a0bee32c7c17a3482578f034d15dfae07.zip
linhes_pkgbuild-7b82b52a0bee32c7c17a3482578f034d15dfae07.tar.gz
linhes_pkgbuild-7b82b52a0bee32c7c17a3482578f034d15dfae07.tar.bz2
Further R6 integration progress. Ready for integration testing.
Diffstat (limited to 'abs/core-testing/tweaker/bin/twk_localization.pl')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_localization.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_localization.pl b/abs/core-testing/tweaker/bin/twk_localization.pl
index 572ee06..fc84440 100755
--- a/abs/core-testing/tweaker/bin/twk_localization.pl
+++ b/abs/core-testing/tweaker/bin/twk_localization.pl
@@ -37,11 +37,13 @@ sub implement_option {
change_or_make_setting('Language', 'EN') || exit -1;
change_or_make_setting('ISO639Language0', 'eng') || exit -1;
change_or_make_setting('ISO639Language1', 'eng') || exit -1;
+ change_or_make_setting('MythArchiveVideoFormat', 'NTSC') || exit -1;
}
case "GB_English" {
change_or_make_setting('Language', 'EN_GB') || exit -1;
change_or_make_setting('ISO639Language0', 'eng') || exit -1;
change_or_make_setting('ISO639Language1', 'eng') || exit -1;
+ change_or_make_setting('MythArchiveVideoFormat', 'PAL') || exit -1;
}
}
} else {