Skip to content

Commit

Permalink
Merge pull request #570 from chefranov/Fix-AU37x-lang-dataset
Browse files Browse the repository at this point in the history
Set correct lang dataset for AU37x
  • Loading branch information
Mr-MIBonk authored Nov 13, 2024
2 parents db94358 + 4ee3499 commit aee87f9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions apps/setlang
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,19 @@ case $1 in
echo -ne "cs_CZ,es_MX,en_US,sv_SE,tr_TR,hu_HU,no_NO,ar_SA\n" | $TEE -a $LOG
DATASET_2D00=1364655F444503656E5F474203656E5F53410266725F46520169745F49540165735F45530170745F50540170745F4252016E6C5F4E4C0172755F525501706C5F504C0163735F435A0165735F4D5801656E5F55530173765F53450174725F54520268755F4855016E6F5F4E4F0161725F5341010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003033AB9A
;;
*ER_AU276*|*ER_AU37x*|*ER_AU43x*|*ER_AU62x*|MHI2Q_ER_AUG22*)
*ER_AU276*|*ER_AU43x*|*ER_AU62x*|MHI2Q_ER_AUG22*)
echo -ne "Writing EU dataset 0x2D00 (visible_MMI_language_dataset):\n" | $TEE -a $LOG
echo -ne "de_DE,en_GB,en_SA,fr_FR,it_IT,es_ES,pt_PT,pt_BR,nl_NL,ru_RU,pl_PL,\n" | $TEE -a $LOG
echo -ne "cs_CZ,es_MX,en_US,sv_SE,tr_TR,hu_HU,no_NO,ar_SA,da_DK,ms_MY,ro_RO,\n" | $TEE -a $LOG
echo -ne "sl_SI,fi_FI,el_GR,uk_UA\n" | $TEE -a $LOG
DATASET_2D00=1A64655F444503656E5F474203656E5F53410266725F46520169745F49540165735F45530170745F50540170745F4252016E6C5F4E4C0172755F525501706C5F504C0163735F435A0165735F4D5801656E5F55530173765F53450174725F54520268755F4855016E6F5F4E4F0161725F53410164615F444B016D735F4D5900726F5F524F01736C5F53490166695F464901656C5F475201756B5F5541010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003033DAE5
;;
*ER_AU37x*)
echo -ne "Writing EU dataset 0x2D00 (visible_MMI_language_dataset):\n" | $TEE -a $LOG
echo -ne "en_GB_cs_CZ_de_DE_nl_NL_fr_FR_it_IT_pl_PL_pt_PT_ru_RU_es_ES_sv_SE,\n" | $TEE -a $LOG
echo -ne "tr_TR_no_NO_hu_HU_da_DK_fi_FI_sl_SI_uk_UA_ro_RO_el_GR\n" | $TEE -a $LOG
DATASET_2D00=14656E5F47420163735F435A0164655F4445016E6C5F4E4C0166725F46520169745F495401706C5F504C0170745F50540172755F52550165735F45530173765F53450174725F5452026E6F5F4E4F0168755F48550164615F444B0166695F464901736C5F534901756B5F554101726F5F524F01656C5F47520100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000031342E43
;;
*ER_AU57x*)
echo -ne "Writing EU dataset 0x2D00 (visible_MMI_language_dataset):\n" | $TEE -a $LOG
echo -ne "de_DE,en_GB,en_SA,fr_FR,it_IT,es_ES,pt_PT,pt_BR,nl_NL,ru_RU,pl_PL,\n" | $TEE -a $LOG
Expand Down Expand Up @@ -109,7 +115,7 @@ case $1 in
exit 1
fi
};;

-jp) {
trap '' 2
if [[ "$TRAINVERSION" = *JP* ]]; then
Expand Down Expand Up @@ -137,7 +143,7 @@ case $1 in
exit 1
fi
};;

-tw) {
trap '' 2
if [[ "$TRAINVERSION" = *TW* ]]; then
Expand Down

0 comments on commit aee87f9

Please sign in to comment.