Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

updatelang: Handle/flag the bad data that led to english-us breaking

Change-Id: Ifffea9557d50ab5a103e13473ebe074ae1aa7b6d

+2 -2
+2 -2
tools/updatelang
··· 307 307 } 308 308 } 309 309 foreach my $tgt (keys(%ep)) { 310 - if (!defined($lp{$tgt})) { 310 + if (!defined($lp{$tgt}) || ($lp{$tgt} eq 'none')) { 311 311 # If it doesn't exist in the language, copy it from English 312 312 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) { 313 313 $lang{$id}{'notes'} .= "### The <dest> section for '$id:$tgt' is missing! Copying from english!\n"; ··· 356 356 } 357 357 } 358 358 foreach my $tgt (keys(%ep)) { 359 - if (!defined($lp{$tgt})) { 359 + if (!defined($lp{$tgt}) || ($lp{$tgt} eq 'none')) { 360 360 # If it doesn't exist in the language, copy it from English 361 361 if ($ep{$tgt} ne 'none' && $ep{$tgt} ne '' ) { 362 362 $lang{$id}{'notes'} .= "### The <voice> section for '$id:$tgt' is missing! Copying from english!\n";