[l10n-dev] German
"Lutz Ulbricht" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there,
we are at the moment working on a german translation for Netbeans.
I checked out the modules:
a.. core
b.. libs
c.. nbbuild
d.. translatedfiles
e.. xml
I changed in the /translatedfiles/build.xml:
a.. <property name="de.license.file"
location="german_l10n-nbm-license.txt"/>
b.. <property name="locales" value="ja,ru,fr,zh,zh_TW,de"/>
c.. <target name="copy" description="Copies all localized files from
temporary src-todo directory to the src directory." unless="do_not_copy">
<copy todir="src" preservelastmodified="true">
<fileset dir="src-todo">
<include name="**/*_fr.*"/>
<include name="**/fr/**"/>
<include name="**/*_de*.*"/>
<include name="**/de/**"/>
<include name="**/*_ru.*"/>
<include name="**/ru/**"/>
<include name="**/*_zh.*"/>
<include name="**/zh/**"/>
<include name="**/*_ja.*"/>
<include name="**/ja/**"/>
<include name="**/*_zh_TW.*"/>
<include name="**/zh_TW/**"/>
</fileset>
</copy>
</target>
d.. added some new 'Bundle_de.properties' files
When I run the 'nbm' task, I manage to build lots of 'small' nbm files like:
'ant_de.nbm'. When I try to add this 'ant_de.nbm' I get some null-pointer.
What I don't find is a task to build somthing like: french_|10n.nbm as a
template to be able to build my german_|10n.nbm.
My question:
Is it the idea to add all the 'small' nbm's or how do I build the
german_|10n.nbm?
Thanks Lutz
______________________________________________________________________
Lutz Ulbricht Email <[email protected]>
Sun Certified Programmer for the Java 2 Platform 1.4
ORCA SYSTEMS GmbH
*** Ihr Partner für Informationstechnologie ***
Tel. : +41-1-247 77 06 Email: <[email protected]>
Web: <http://www.orcasys.ch>
______________________________________________________________________