===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
parlatype-libreoffice-extension-2.0/extension/i18n_description.sh-25-		# Get that translation and check if not empty.
parlatype-libreoffice-extension-2.0/extension/i18n_description.sh:26:		string=`grep -A 2 'extension/description_translation.xml' "$MESON_SOURCE_ROOT"/po/$lang.po | sed -n 's/msgstr "\(.*\)"/\1/p'`
parlatype-libreoffice-extension-2.0/extension/i18n_description.sh-27-		if [ "$string" != "" ]