helm-www
helm-www copied to clipboard
[bn] Add initial Bengali localization
This PR introduces Bengali (bn) as a new language for the Helm documentation. The following changes have been made:
-
Content Directory:
- Added a new
content/bndirectory to house Bengali translations. - Created an initial landing page (
_index.md) for the Bengali documentation.
- Added a new
-
i18n Configuration:
- Added a
bn.tomlfile in thei18ndirectory to manage Bengali translations for website phrases. - Translated key phrases into Bengali based on the English template.
- Added a
-
Global Configuration:
- Updated the
config.tomlfile to include Bengali as a supported language with the appropriate settings:- Language code:
bn - Language name:
বাংলা Bengali - Content directory:
content/bn
- Language code:
- Updated the
-
Translated Content:
- Added an initial translated version of the installation page (
install.md) undercontent/bn/docs/intro.
- Added an initial translated version of the installation page (
-
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]