| 254 |
# If the locale includes a country, then |
# If the locale includes a country, then |
| 255 |
# don't display the short list, and only show the |
# don't display the short list, and only show the |
| 256 |
# full list at medium priority. |
# full list at medium priority. |
| 257 |
|
askedshort=0 |
| 258 |
if (echo $LOCALE | grep "_" >/dev/null 2>&1) ; then |
if (echo $LOCALE | grep "_" >/dev/null 2>&1) ; then |
|
askedshort=0 |
|
| 259 |
fullprio=medium |
fullprio=medium |
| 260 |
else |
else |
| 261 |
if [ "$use_lang" ]; then |
if [ "$use_lang" ]; then |
| 265 |
db_set $shortlist $COUNTRYCODE_LANGUAGECHOOSER |
db_set $shortlist $COUNTRYCODE_LANGUAGECHOOSER |
| 266 |
db_input $shortprio $shortlist || [ $? -eq 30 ] |
db_input $shortprio $shortlist || [ $? -eq 30 ] |
| 267 |
askedshort=1 |
askedshort=1 |
|
else |
|
|
askedshort=0 |
|
| 268 |
fi |
fi |
| 269 |
fi |
fi |
| 270 |
;; |
;; |