Skip to content

Converts from Android and iOS localization files to Pootle and vice versa.

Notifications You must be signed in to change notification settings

brunofarache/pootle-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pootle Converter

This command-line tool helps converting Pootle translation files to Android (strings.xml) and iOS localization (Localizable.strings) files.

Install

	[sudo] npm install pootle -g

Usage

Android

Android (strings.xml) to Java properties (Language.properties):

	pootle -i strings.xml

Java properties (Language.properties) to Android (strings.xml):

	pootle -i Language.properties -f android

iOS

iOS (Localizable.strings) to Java properties (Language.properties):

	pootle -i Localizable.strings

Java properties (Language.properties) to iOS (Localizable.strings):

	pootle -i Language.properties -f ios

About

Converts from Android and iOS localization files to Pootle and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published