Problem/Motivation

Potx module can read configuration strings that are in Drupal projects.
For demo_umami (Drupal's out of the box demo) we would like to have all the content stored in https://localized.drupal.org so it can be translated to any language and then downloaded on demand in future installations.

Proposed resolution

Add a new functionality to potx so it can read content from nodes and blocks, maybe by reading CSV files?

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

shaal created an issue. See original summary.

shaal’s picture

gábor hojtsy’s picture

  • localize.drupal.org runs on Drupal 7, so this would need to be implemented on the Drupal 7 version of potx (and ported to 8/9 versions as well so we don’t loose the feature when the site moves to 9).
  • then Drupal 9 would need to support taking the translation and saving it locally as translations similar to https://www.drupal.org/project/multilingual_demo, which would make that project finally obsolete :)