Skip to content

[bn] Add initial Bengali localization #1713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

debjotyms
Copy link

This PR introduces Bengali (bn) as a new language for the Helm documentation. The following changes have been made:

  1. Content Directory:

    • Added a new content/bn directory to house Bengali translations.
    • Created an initial landing page (_index.md) for the Bengali documentation.
  2. i18n Configuration:

    • Added a bn.toml file in the i18n directory to manage Bengali translations for website phrases.
    • Translated key phrases into Bengali based on the English template.
  3. Global Configuration:

    • Updated the config.toml file to include Bengali as a supported language with the appropriate settings:
      • Language code: bn
      • Language name: বাংলা Bengali
      • Content directory: content/bn
  4. Translated Content:

    • Added an initial translated version of the installation page (install.md) under content/bn/docs/intro.
  5. Testing:

    • Verified the changes locally using the Hugo server to ensure the Bengali content renders correctly.
    • Ensured all internal links and navigation work as expected.

This is an initial step toward full Bengali localization. Future contributions will expand the translations to cover more sections of the documentation.

Signed-off-by: Debjoty Mitra [email protected]

@debjotyms debjotyms changed the title Add initial Bengali localization [bn] Add initial Bengali localization Mar 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant