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:
+1
-1
@@ -362,7 +362,7 @@ rule DoCatalogs appName # Application name
|
|||||||
# declared in the sourcecode)
|
# declared in the sourcecode)
|
||||||
: sources # List of cpp files where to search keys
|
: sources # List of cpp files where to search keys
|
||||||
: generatedCatalog # Name of the generated catalog (most probably
|
: generatedCatalog # Name of the generated catalog (most probably
|
||||||
# english.catalog)
|
# en.catalog)
|
||||||
: translatedCatalogs # List of available translations
|
: translatedCatalogs # List of available translations
|
||||||
{
|
{
|
||||||
genCat = [ FGristFiles $(generatedCatalog) ] ;
|
genCat = [ FGristFiles $(generatedCatalog) ] ;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ DoCatalogs Appearance :
|
|||||||
ColorWhichItem.cpp
|
ColorWhichItem.cpp
|
||||||
: en.catalog
|
: 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
|
# lt.catkeys ru.catkeys sv.catkeys uk.catkeys
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user