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: Update validation check for LANG_VOICED_DATE_FORMAT

Missed this in the previous commit

Change-Id: Ia85a8017abfeca369b0e12723468cbe8018def8f

+1 -1
+1 -1
tools/updatelang
··· 397 397 if ($id eq 'LANG_VOICED_DATE_FORMAT') { 398 398 my $sane = $lp{$tgt}; 399 399 $sane =~ s/^~?(.*)/$1/; # Strip off leading ~ if it's there as it's not a legal character for the format. 400 - $sane =~ tr/YAmd~//d; 400 + $sane =~ tr/yYAmd~//d; 401 401 if (length($sane) != 0) { 402 402 $lang{$id}{'notes'} .= "### The <dest> section for '$id:$tgt' has illegal characters! Restoring from English!\n"; 403 403 $lang{$id}{'notes'} .= "#### the previously used one is commented below:\n";