Skip to content

Commit

Permalink
Merge pull request #976 from szepeviktor/pottery
Browse files Browse the repository at this point in the history
Fix pot file name
  • Loading branch information
mmaymo authored Jan 3, 2025
2 parents 4f2674d + 0b51903 commit d60930e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check-translations.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

#copy potFile
cp en_GB.pot en_GB.po
cp mollie-payments-for-woocommerce.pot en_GB.po
echo "en_GB.po created"
#remove header
sed -i '' -e '1,17d' en_GB.po
Expand Down
2 changes: 1 addition & 1 deletion convert_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd languages || exit

POT_FILE="en_GB.pot"
POT_FILE="mollie-payments-for-woocommerce.pot"
CSV_DIR="untranslated_csv"

LANG_EXT=("-de_DE" "-de_DE_formal" "-es_ES" "-fr_FR" "-it_IT" "-nl_NL" "-nl_NL_formal" "-nl_BE" "-nl_BE_formal")
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function _archive({baseDir, buildDir, distDir, packageVersion, packageName}) {
function _generatePotFile ({buildDir, langDir}) {
return async function generatePotFile (done) {
wpPot({
destFile: `languages/en_GB.pot`,
destFile: `languages/mollie-payments-for-woocommerce.pot`,
includePOTCreationDate: false,
src: [
`mollie-payments-for-woocommerce.php`,
Expand Down
File renamed without changes.

0 comments on commit d60930e

Please sign in to comment.