TAR to the rescue
Recently I had to automate a few very VERY redundant tasks on Mac. We have been using PowerGlot – an application used to localize nib and string resources. The following were the steps which are used to localize any application:
Choose the English Resource Folder (which contains nib and string resources)
Choose the Target Resource Folder (where the localized files would be placed)
Give the glossary which has the translations stored in it.
I checked out the source code from the CVS repository on my system, and ran the script which finished off the work in a few minutes.
Little did … Continue Reading