Properties
NeoIQ Localize supports Java Properties files, the standard localization format for Java applications. This format handles Unicode escaping and supports both key-value pairs and comments.
Setting Up
First, make sure you've got a neoiq-localize.json config file in your project root. Here's an example:
Translating
With your config set, run:
When you run this command, NeoIQ Localize will:
- Load your source properties file (e.g., messages_en.properties)
- Detect any new or modified translation strings
- Generate translations for your target languages
- Create or update the target language properties files (e.g., messages_sv.properties)
- Handle Unicode escaping automatically
- Preserve comments and formatting
How is this guide?
Edit on GitHub
Last updated on