function canLocalize()

in scripts/extractStrings.js [219:221]


function canLocalize(text) {
  return text !== null && text !== undefined && text !== "" && text.match(NotAllSpecialCharsRegex);
}