Disable catalogs for appearance until someone finds why the en.catkeys doesn't get built.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2009-12-22 11:36:40 +00:00
parent d580f81a2b
commit c48d1db6ff
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ rule DoCatalogs appName # Application name
# declared in the sourcecode)
: sources # List of cpp files where to search keys
: generatedCatalog # Name of the generated catalog (most probably
# english.catalog)
# en.catalog)
: translatedCatalogs # List of available translations
{
genCat = [ FGristFiles $(generatedCatalog) ] ;

View File

@ -37,7 +37,7 @@ DoCatalogs Appearance :
ColorWhichItem.cpp
: en.catalog
:
# bg.catkeys de.catkeys fi.catkeys fr.catkeys it.catkeys ja.catkeys
# bg.catkeys de.catkeys fi.catkeys fr.catkeys it.catkeys ja.catkeys
# lt.catkeys ru.catkeys sv.catkeys uk.catkeys
;