Add to Cheatsheet: Add a translations to a Drupal node.

Created on 13 October 2023, about 1 year ago

Create a default/English version of a node.
On that node, create an alternate language/Spanish version of the node.
Validate to make sure the translated node was created.

Thanks to @asipple

✨ Feature request
Status

Active

Component

Commands

Created by

πŸ‡ΊπŸ‡ΈUnited States thejimbirch Cape Cod, Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @thejimbirch
  • πŸ‡ΊπŸ‡ΈUnited States andysipple

    Pseudocode Proposal:

    • Perform a login action.
    • Create a node in English with the title "Test Node (English) - Math.Random."
    • Validate the creation of the English node by comparing the titles.
    • Create a Spanish translation of the English node with the title "Test Node (Spanish) - Math.Random."
    • Validate the existence of the Spanish version of the node by comparing the titles.
Production build 0.71.5 2024