Skip to content

Commit

Permalink
Update wpgulp.config.js
Browse files Browse the repository at this point in the history
Update the theme details in wpgulp config file.
  • Loading branch information
ellenbauer committed Jul 20, 2019
1 parent 20b619c commit 942b991
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions wpgulp.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ module.exports = {
watchPhp: './**/*.php', // Path to all PHP files.

// Translation options.
textDomain: 'WPGULP', // Your textdomain here.
translationFile: 'WPGULP.pot', // Name of the translation file.
textDomain: 'aino', // Your textdomain here.
translationFile: 'aino.pot', // Name of the translation file.
translationDestination: './languages', // Where to save the translation files.
packageName: 'WPGULP', // Package name.
bugReport: 'https://AhmadAwais.com/contact/', // Where can users report bugs.
lastTranslator: 'Ahmad Awais <your_email@email.com>', // Last translator Email ID.
team: 'AhmadAwais <your_email@email.com>', // Team's Email ID.
packageName: 'aino', // Package name.
bugReport: 'https://elmastudio.de/en/contact/', // Where can users report bugs.
lastTranslator: 'Ellen Bauer <ellen.bauer@elmastudio.de>', // Last translator Email ID.

// Browsers you care about for autoprefixing. Browserlist https://github.com/ai/browserslist
// The following list is set as per WordPress requirements. Though, Feel free to change.
Expand Down

0 comments on commit 942b991

Please sign in to comment.