tinyglot.pl

tinyglot.pl is a script for updating localization of .strings files in Cocoa apps.
Download

tinyglot.pl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alessandro Ranellucci
  • Publisher web site:
  • http://search.cpan.org/~aar/Crypt-GCrypt-1.20/GCrypt.pm

tinyglot.pl Tags


tinyglot.pl Description

tinyglot.pl is a script for updating localization of .strings files in Cocoa apps. This script is useful for maintaining localization of .strings files in Cocoa applications.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 filenew_file: the newest unlocalized fileoutput_file: where the two above are merged to (keys will be taken from new_file and values will be taken from old_file)InstallationJust rename the file to tinyglot.pl and then do a "chmod 755 tinyglot.pl". Requirements: · Unicode::String (available from CPAN) · To install it, just type "perl -e shell -MCPAN" and then "install Unicode::String".


tinyglot.pl Related Software