Open Fridus opened 2 years ago
Extract for the method gettextCatalog.getStringForLanguage. The text is the second argument
gettextCatalog.getStringForLanguage
gettextCatalog.getStringForLanguage( lang, 'text' )
const gettextExtractor = new Extractor({ moduleMethodString: "getStringForLanguage", moduleMethodStringArgumentIndex: 1 })
Real usage :
Extract for the method
gettextCatalog.getStringForLanguage
. The text is the second argument