50dae2 Update render_getActionsTranslations.sh to support =LOCALE=

Authored and Committed by areguera 13 years ago
    Update render_getActionsTranslations.sh to support =LOCALE=
    translation marker.
    
        - When editing translation templates, you can use the =LOCALE=
          traslation marker wherever you need to have the locale
          information of the current translation file the template
          translation you are editing on represents.
    
          When the translation template is rendered, and the final
          translation file is created, the replacement for the =LOCALE=
          translation marker is added automatically by centos-art.sh
          script to the final translation file. 
          
          The locale information, used as =LOCALE= replacement, is
          retrived from the translation template's absolute path. If there
          is no locale information in the translation template's absolute
          path, centos-art.sh doesn't add any replacement for =LOCALE=
          translation markers. In other words, the =LOCALE= translation
          marker is only available for translation templates inside
          language specific directories.