ICU-4739 add empty resource bundles to satisfy fallback dependencies

X-SVN-Rev: 18834
This commit is contained in:
Markus Scherer 2005-11-28 23:47:41 +00:00
parent f8cf9e1ae1
commit 53574ad971
4 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,14 @@
// ***************************************************************************
// *
// * Copyright (C) 2005 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
de_{
/**
* so genrb doesn't issue warnings
*/
___{""}
}

View file

@ -0,0 +1,14 @@
// ***************************************************************************
// *
// * Copyright (C) 2005 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
es_{
/**
* so genrb doesn't issue warnings
*/
___{""}
}

View file

@ -0,0 +1,14 @@
// ***************************************************************************
// *
// * Copyright (C) 2005 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
hi_{
/**
* so genrb doesn't issue warnings
*/
___{""}
}

View file

@ -0,0 +1,14 @@
// ***************************************************************************
// *
// * Copyright (C) 2005 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File: deprecatedList.xml
// *
// ***************************************************************************
zh_{
/**
* so genrb doesn't issue warnings
*/
___{""}
}