tubackkhoa / gbif-dataportal

Automatically exported from code.google.com/p/gbif-dataportal
0 stars 1 forks source link

Automate the nativeToAscii for the Japanese and Polish language interface #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To make it easier for translators to pick up and improve translation from last 
time, now a properties file in native language and UTF-8 encoding is included 
in the code repository. This file can be automatically converted to ascii 
properties that a java web app can use. This request is to automate it - 

See the instructions in this file:

http://code.google.com/p/gbif-providertoolkit/source/browse/trunk/gbif-ipt/src/m
ain/resources/ApplicationResources_zh.native

Currently there is a manual process that takes the native file (which authors 
can edit) and turns it in the ascii version that is needed at runtime.

This should be automated in the maven build process, so only the native version 
is kept in svn and the runtime dependency is calculated at build time.

Original issue reported on code.google.com by b...@gbif.org on 13 Sep 2012 at 1:58