StVolodymyr

Results 2 issues of StVolodymyr

Extend hardcoded headers for *.po file ``` javascript grunt.initConfig({ nggettext_extract: { pot: { options:{ headers: { 'Language': 'en_US' } }, files: { 'po/template.pot': ['src/views/*.html'] } }, }, }) ```