Skip to content

Commit

Permalink
Merge pull request #1735 from buggyzap/patch-1
Browse files Browse the repository at this point in the history
Wrong table name
  • Loading branch information
matthieu-rolland authored Oct 11, 2023
2 parents 165d969 + d807854 commit b58c441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PrestaShop uses Symfony's [Translator Component](https://symfony.com/doc/4.4/tra

This component is initialized for the configured language by loading five Catalogue Resources:

* **Customized translations database** - Located in the `ps_translations` table.
* **Customized translations database** - Located in the `ps_translation` table.
* **Active theme** – XLF files in `./themes/<themename>/translations`.
* **Core** – XLF files in `./translations`.
* **Active modules** – XLF files in `./modules/<modulename>/translations`.
Expand Down

0 comments on commit b58c441

Please sign in to comment.