Revision 3eefb02f
Von Moritz Bunkus vor etwa 15 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
2508 | 2508 |
|
2509 | 2509 |
%countrycodes = User->country_codes; |
2510 | 2510 |
|
2511 |
$countrycodes{""} = "American English"; |
|
2512 | 2511 |
$form->{COUNTRYCODES} = []; |
2513 | 2512 |
foreach $countrycode (sort { $countrycodes{$a} cmp $countrycodes{$b} } keys %countrycodes) { |
2514 | 2513 |
push @{ $form->{COUNTRYCODES} }, { |
Auch abrufbar als: Unified diff
Sprache "American English" nicht mehr zur Verfügung stellen.