Skip to content

Releases: philipp-riddle/SymfonyGoogleSheetsTranslationBundle

Symfony 5.3 and faster than ever

23 Oct 22:03
Compare
Choose a tag to compare

This bundle no longer uses the symfony command translation:update and instead writes to the translation files directly.
This shortens the execution time drastically, allowing the command to update thousands of translations under 200ms.

Full Changelog: 5.2.0...5.3.0

Symfony 5.2 & PHP 8.0 Support

14 Mar 17:18
Compare
Choose a tag to compare
5.2.0

add: upgraded to symfony 5.2 and changed php version to ^7.4|^8.0

Added JSON export

05 May 13:32
Compare
Choose a tag to compare

JSON export!

Selected the wrong branch in the last release!

From now on translations get exported into a JSON file by default (path: project dir + /var/cache/translations/translations.json).

If you want to change the export directory or if you don't want to export the translations you can change these via your config/services.yaml:

parameters:
    ...
    googlesheets_translations.export: true|false
    googlesheets_translations.export_dir: [any directory, starting from the symfony root]
    ...

Have fun!

Added JSON export

04 May 14:25
Compare
Choose a tag to compare

JSON export!

From now on translations get exported into a JSON file by default (path: project dir + /var/cache/translations/translations.json).

If you want to change the export directory or if you don't want to export the translations you can change these via your config/services.yaml:

parameters:
    ...
    googlesheets_translations.export: true|false
    googlesheets_translations.export_dir: [any directory, starting from the symfony root]
    ...

Have fun!

Symfony 4.4 support

12 Apr 12:54
Compare
Choose a tag to compare

Use this bundle together with Symfony 4.4

Requirements:

  • PHP >= 7.1.3
  • Symfony >= 4.4

Bugfix: Installing the Bundle didn't register the bundle dynamically

11 Apr 19:25
Compare
Choose a tag to compare

Due to the typo in the Bundle class ('Phil' instead of 'Phiil') Symfony Flex couldn't register the bundle automatically. Releasing because with that improvement the installation process becomes a lot easier.

Release #1 Bugfix: Translation Service not availalable publicly

11 Apr 01:32
Compare
Choose a tag to compare
  • This bug made it impossible to use the bundle in many ways/installations. Made all the services that this bundle implements public.

Release #1

11 Apr 00:17
96cf0f3
Compare
Choose a tag to compare
  • Symfony Version: 5.0
  • Have a look at the README.md to have a look for yourself!