forked from len0rd/rockbox
Bulgarian should work on the Player - no need to exclude it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81338420ba
commit
4b7077f66c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ sub buildlangs {
|
|||
|
||||
# Exclude more languages on the player which won't work on charcell display
|
||||
if ($archos =~ /^"?player:/ ) {
|
||||
@files = grep(!/(chinese-simp|bulgarian|chinese-trad|hindi|japanese|korean|thai)\.lang/, @files);
|
||||
@files = grep(!/(chinese-simp|chinese-trad|hindi|japanese|korean|thai)\.lang/, @files);
|
||||
}
|
||||
|
||||
for(@files) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue