Skip to content

Adds a sub module to provide csv import and export of texts

  • creates the sub-module texts_import_export
  • Export Translations:
    • Export all or filtered translation strings to a CSV file.
    • Action available from the admin interface.
  • Import Translations:
    • Import translation strings from a CSV file.
    • Batch processing for large files.
    • Possibility of skip existing translations.
    • Action available from the admin interface.

Closes #3528923

Merge request reports

Loading