- Issue created by @tstoeckler
- 🇩🇪Germany tstoeckler Essen, Germany
See #3541994: Fix CI → for the CI failures.
With this I am properly able to import the exported PO file on a different Drupal site.
\Drupal\l10n_packager\L10nExporter::export() exports PO files with an invalid plural formula, so they cannot be imported.
Export a PO file and attempt to import it on a different Drupal site. The importer will choke on the plural formula.
Fix the exported plural formula. Also remove a bunch of unnecessary (and incorrect?) quoting from the resulting PO file.
-
-
-
Active
3.0
l10n_packager
See #3541994: Fix CI → for the CI failures.
With this I am properly able to import the exported PO file on a different Drupal site.