Skip to content

docs: move nav links to Jinja template for i18n#16471

Merged
czepluch merged 1 commit intoargotorg:developfrom
hwhsu1231-fork:nav-links-i18n
Mar 12, 2026
Merged

docs: move nav links to Jinja template for i18n#16471
czepluch merged 1 commit intoargotorg:developfrom
hwhsu1231-fork:nav-links-i18n

Conversation

@hwhsu1231
Copy link
Copy Markdown
Contributor

@hwhsu1231 hwhsu1231 commented Feb 16, 2026

Move navigation link strings from constants.js to Jinja template using the _() function. This change enables the strings to be extracted by Sphinx's "Internationalization for Gettext" feature.

Fixes: #16470

Move navigation link strings from constants.js to Jinja template
using the `_()` function. This change enables the strings to be
extracted by Sphinx's "Internationalization for Gettext" feature.
@github-actions
Copy link
Copy Markdown

Thank you for your contribution to the Solidity compiler! A team member will follow up shortly.

If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother.

If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix.

Copy link
Copy Markdown

@czepluch czepluch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for adding this.

@czepluch czepluch merged commit c18c5a4 into argotorg:develop Mar 12, 2026
77 of 83 checks passed
@hwhsu1231 hwhsu1231 deleted the nav-links-i18n branch March 14, 2026 13:52
msooseth pushed a commit that referenced this pull request Mar 16, 2026
Move navigation link strings from constants.js to Jinja template
using the `_()` function. This change enables the strings to be
extracted by Sphinx's "Internationalization for Gettext" feature.
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.

Strings in the navigation bar cannot be internationalized

3 participants