Problem/Motivation

In order for Umami to showcase multilingual capabilities in English and Spanish, we need to have CSV files with content in Spanish.

This is done in parallel to #3029839: Multilingual functionality - enable English and Spanish as part of Umami installation
and will become visible when #3037111: Import multilingual content into Umami is completed.

Proposed resolution

Generate CSV file for the page content type that is marked as fixed in #3028769: [META] Showcase Drupal's Multilingual Capabilities by implementing Umami in a 2nd language (Spanish)

Comments

shaal created an issue. See original summary.

shaal’s picture

Status: Active » Needs review
StatusFileSize
new851 bytes

This patch contains page's content in Spanish.

shaal’s picture

Issue summary: View changes

Status: Needs review » Needs work

The last submitted patch, 2: ootb-ml-spanish-pages-csv-3038307-2.patch, failed testing. View results

shaal’s picture

Status: Needs work » Needs review
StatusFileSize
new863 bytes
new1.22 KB

To support the latest upcoming changes in #3037111: Import multilingual content into Umami
This patch is relocating the page Spanish CSV files to
default_content/languages/es/node/

New structure:

core/profiles/demo_umami/modules/demo_umami_content/default_content/
├── images
└── languages
    ├── en
    │   ├── article_body
    │   ├── block_content
    │   ├── node
    │   ├── recipe_instructions
    │   └── taxonomy_term
    └── es
        ├── article_body
        ├── block_content
        ├── node
        ├── recipe_instructions
        └── taxonomy_term

Version: 8.7.x-dev » 8.8.x-dev

Drupal 8.7.0-alpha1 will be released the week of March 11, 2019, which means new developments and disruptive changes should now be targeted against the 8.8.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

smaz’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies cleanly, Umami still installs ok, CSV file in the correct format. This looks fine to me!

kjay credited Eli-T.

kjay credited estoyausente.

kjay credited rteijeiro.

kjay credited saesa.

kjay’s picture

shaal’s picture

StatusFileSize
new877 bytes
new1.36 KB

Updated translation of 'about-umami' alias to Spanish.
Updated to latest CSV structure that includes an ID.

This is an export of the specific files related to this issue, from patch 46 in #3037111: Import multilingual content into Umami

shaal’s picture

StatusFileSize
new876 bytes
new1.31 KB

Removed a space in the URL which made the link invalid.

gábor hojtsy’s picture

Title: CSV file for Umami's page in Spanish » Spanish translation of Umami demo page
gábor hojtsy’s picture

gábor hojtsy’s picture

Version: 8.8.x-dev » 8.7.x-dev

Thanks, committed to 8.8, will merge into 8.7 once the freeze is over.

  • Gábor Hojtsy committed b459a46 on 8.8.x
    Issue #3038307 by shaal, saesa, smaz, Eli-T, kjay, rteijeiro,...

  • Gábor Hojtsy committed 31841c5 on 8.7.x
    Issue #3038307 by shaal, saesa, smaz, Eli-T, kjay, rteijeiro,...
gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks all!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.