Skip to content

Commit

Permalink
feat: update files to match requirement only for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Jul 16, 2024
1 parent d274bc9 commit 6deb086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/extract-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- dev
- enchancement/extractor-translation

jobs:
sync-translations:
Expand All @@ -18,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ga-devfront/module-translation-tool
ref: fix/with-only-one-branche
ref: main
- name: Create config for module-translation-tool
run: |
cp ./module.cfg.example ./module.cfg
Expand Down
6 changes: 3 additions & 3 deletions classes/UpgradeTools/CoreUpgrader/CoreUpgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ public function doUpgrade(): void

$this->logger->info($this->container->getTranslator()->trans('Database upgrade OK')); // no error!

$this->logger->info($this->container->getTranslator()->trans('Upgrading languages00'));
$this->logger->info($this->container->getTranslator()->trans('Upgrading languages'));
$this->upgradeLanguages();

$this->logger->info($this->container->getTranslator()->trans('Regenerating htaccesssxspp'));
$this->logger->info($this->container->getTranslator()->trans('Regenerating htaccess'));
$this->generateHtaccess();

$this->logger->info($this->container->getTranslator()->trans('Cleaning XML filess'));
$this->logger->info($this->container->getTranslator()->trans('Cleaning XML files'));
$this->cleanXmlFiles();

if (Configuration::get('PS_DISABLE_OVERRIDES')) {
Expand Down

0 comments on commit 6deb086

Please sign in to comment.