Skip to content

Extract hardcoded homepage strings to locale files for better translation support #3802

@ablzh

Description

@ablzh

Currently, several strings on the homepage are hardcoded in English in the templates. This prevents the homepage from being fully localized for non-English-speaking users.

Specific examples:

  • The "A Programmer's Best Friend" slogan in the "Hero" section and meta tags.
  • The "Try!" button text.
  • The "Try Ruby" link text at the bottom of the section.

Proposed Solution

I propose moving these hardcoded strings to the _data/locales/home/ structure, as is done for other page components.

If this is a suitable solution, I can submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions