tinyglot 1.1 review

Download
by rbytes.net on

tinyglot is an AppleScript useful for maintaining localization of .

License: Freeware
OS: Mac OS X
File size: 5K
Developer: Alessandro Ranellucci
Price: $0.00
Updated: 09 Jan 2006
0 stars award from rbytes.net


tinyglot is an AppleScript useful for maintaining localization of .strings files in Cocoa applications.

Note: After download just rename the file to tinyglot.pl and then do a "chmod 755 tinyglot.pl".

It compares two files (the new unlocalized one and the old localized one) and merges their strings into a new file. New strings, that have no translation, are put at the end of the file so that it's easy to complete them. This script reads and generates both plain .strings files (UTF-16 encoding) and XML plist files (UTF-8) encoding.

Three arguments are required when calling tinyglot.pl:
old_file: the latest localized file
new_file: the newest unlocalized file
output_file: where the two above are merged to (keys will be taken from new_file and values will be taken from old_file)

Requirements:
Unicode::String (available from CPAN).

tinyglot 1.1 search tags