Remove language-specific translations from trunk/Translations
directory structure.
- I'm exploring how to use gettext to handle not only
centos-art.sh output messages but translations required to
porduce images too. I need to clean up the directory since most
language-specific information is stored under
trunk/Scripts/Bash/Locale directory structure in gettext format.
- Sed is still needed, in order to create design templates
instances using scalable vector graphics. Whan I'm trying to
change is the way translation information (the text) is handled.
Instead of using the translation directly in sed command, we put
the information we want to translate in a shell variable, use
gettext to retrive the appropirate information (based on the
current locale centos-art.sh is run) and later, use the variable
as sed replacement.