Skip to content

Conversation

@StVolodymyr
Copy link

Extend hardcoded headers for *.po file

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant