Skip to content

Conversation

marcorensch
Copy link
Contributor

@marcorensch marcorensch commented Aug 15, 2025

User description

Wrong description for examples hasn't covered the example


PR Type

Documentation


Description

  • Fixed incorrect code comments in Text::alt() examples

  • Corrected output descriptions to match actual behavior


Diagram Walkthrough

flowchart LR
  A["Documentation"] --> B["Text::alt() Examples"] --> C["Corrected Comments"]
Loading

File Walkthrough

Relevant files
Documentation
using-text-class.md
Corrected Text::alt() method example comments                       

versioned_docs/version-5.3/general-concepts/multilingual/using-text-class.md

  • Updated Text::alt() method example comments
  • Removed incorrect French translation references
  • Fixed output descriptions to match actual method behavior
+2/-2     

Wrong description for examples hasn't covered the example
Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Possible Inaccuracy

Verify that the updated comments for Text::alt('JALL', ...) accurately reflect current framework behavior and outputs ("All" vs "All together") across locales; ensure removing language-specific mentions doesn't omit important context users may need.

echo Text::alt('JALL', 'language'); // will generate a 'All' string
echo Text::alt('JALL', 'module');   // will generate a 'All together' string

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant