Hiroshi Miura(@osmf) wrote: > > https://github.com/miurahr/map_features_converter > > You need JDK and ant to test the utility. > after clone git repository, just you can do '$ ant'
> I also developed an ant script to integrate the utility. > Now build.xml generate <locale>.zip files that can be loaded > into potlatch2 as asset. > You can see demonstration of localized features on potlatch2 with > args["assets"] = 'locale/ja_JP.zip'; > > https://github.com/miurahr/potlatch2/tree/i18n-features I introduced l10n/locale/<lang>/map_features.properties It is good for translating with translatewiki.net. The program also generate skeleton for untranslated part. You will see l10n/locale/<lang>map_features_missing.xml You can test it with $ ant deployLocales -- Hiroshi _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

