Skip to content
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

[bn] Localizes data/i18n/bn/bn.toml #40102

Merged
merged 4 commits into from
Mar 25, 2023

Conversation

nerdynikhil
Copy link
Contributor

Localizes data/i18n/bn/bn.toml to Bengali
This is an initial PR as may need some improvements!
Tracking issue: #31677

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Mar 17, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: nerdynikhil / name: Nikhil Barik (e27cc75)

@k8s-ci-robot k8s-ci-robot requested a review from Imtiaz1234 March 17, 2023 22:04
@k8s-ci-robot k8s-ci-robot added the language/bn Issues or PRs related to Bengali language label Mar 17, 2023
@k8s-ci-robot k8s-ci-robot requested a review from rajibmitra March 17, 2023 22:04
@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Mar 17, 2023
@k8s-ci-robot
Copy link
Contributor

Welcome @nerdynikhil!

It looks like this is your first PR to kubernetes/website 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/website has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Mar 17, 2023
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
@mitul3737
Copy link
Member

@sftim Can you have a look into this ? Let me know if it looks ok 😊

Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>
@nerdynikhil
Copy link
Contributor Author

thanks @mitul3737 for the help.

Copy link
Member

@seokho-son seokho-son left a comment

Choose a reason for hiding this comment

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

Hi @nerdynikhil @mitul3737 :)

You need to remove # for the keys and values to enable them.
Also there are some keys which doesn't have localized value. (line 4 ~ 8)

You can think https://github.com/kubernetes/website/blob/main/data/i18n/en/en.toml is the template and we need to modify the value part only for the data/i18n/bn/bn.toml.

Please check the comments. :)

data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 25, 2023
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
data/i18n/bn/bn.toml Outdated Show resolved Hide resolved
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mitul3737

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 25, 2023
@mitul3737
Copy link
Member

/label tide/merge-method-squash

@k8s-ci-robot k8s-ci-robot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Mar 25, 2023
@mitul3737
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 25, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 55a2c015a41f79ad58031b3e9a23be453bf6b76b

@mitul3737
Copy link
Member

Great work @nerdynikhil 😊

@k8s-ci-robot k8s-ci-robot merged commit a661457 into kubernetes:dev-1.23-bn.1 Mar 25, 2023
seokho-son pushed a commit to seokho-son/website that referenced this pull request Feb 1, 2024
* Update README-bn.md
Co-authored-by: asem-hamid <[email protected]>

* added: content/bn/docs/setup/production-environment/_index.md (kubernetes#41958)
Co-authored-by: Sajib Adhikary <[email protected]>
Signed-off-by: Sajib Adhikary <[email protected]>

* content/bn/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html added (kubernetes#41807)
Co-authored-by: Sajib Adhikary <[email protected]>
Signed-off-by: Sajib Adhikary <[email protected]>

* Revert "[bn] Localized `content/bn/docs/setup/production-environment/_index.md`"
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Update content/bn/docs/setup/production-environment/_index.md
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Update _index.md
Co-authored-by: Asif Zubayer Palak <[email protected]>

* Update _redirects
Co-authored-by: Asif Zubayer Palak <[email protected]>

* [bn] Localizes data/i18n/bn/bn.toml (kubernetes#40102)
Co-authored-by: Nikhil Barik <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Localizes content/en/docs/tutorials/kubernetes-basics/update/update-interactive.html to bengali (kubernetes#39992)
Co-authored-by: Pratik Kotal <[email protected]>
Signed-off-by: PratikforCoding <[email protected]>

* [bn] Localizes `content/bn/docs/tutorials/kubernetes-basics/_index.html` (kubernetes#40097)
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* [bn] Localizes `content/bn/docs/tutorials/kubernetes-basics/update/update-intro.html` (kubernetes#40133)
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Localized content/bn/docs/tasks/tools/included/kubectl-convert-overview.md (kubernetes#40079)
Co-authored-by: Noor E Jannat Nafia <[email protected]>

* Localized content/bn/docs/tutorials/kubernetes-basics/deploy-app/_index.md (kubernetes#40118)
Co-authored-by: Noor E Jannat Nafia <[email protected]>

* [bn] Localizes content/bn/docs/tasks/tools/install-kubectl-linux.md (kubernetes#39938)
Co-authored-by: Asif Zubayer Palak <[email protected]>

* [bn] Localize content/bn/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md (kubernetes#39937)
Co-authored-by: Asif Zubayer Palak <[email protected]>

* [bn] Localizes content/bn/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md (kubernetes#39916)
Co-authored-by: Asif Zubayer Palak <[email protected]>

* Fix Bengali localization strings (kubernetes#39811)
Co-authored-by: Tim Bannister <[email protected]>

* Create cluster-interactive.html
Co-authored-by: Abhijeet Basfore <[email protected]>

* Create optional-kubectl-configs-zsh.md (kubernetes#39896)
Co-authored-by: Asif Zubayer Palak <[email protected]>

* [bn] Localizes content/bn/docs/tasks/tools/install-kubectl-macos.md (kubernetes#39893)
Co-authored-by: Asif Zubayer Palak <[email protected]>

* Create deploy-interactive.html (kubernetes#39885)
Co-authored-by: Abhijeet Basfore <[email protected]>

* [bn] localization content/bn/docs/setup/learning-environment/_index.md added (kubernetes#39839)
Co-authored-by: Sajib Adhikary <[email protected]>

* Create scale-interactive.html (kubernetes#39852)
Co-authored-by: Abhijeet Basfore <[email protected]>
Signed-off-by: Abhijeet Basfore <[email protected]>

* Localized content/bn/docs/tasks/tools/included/kubectl-whats-next.md (kubernetes#39660)
Co-authored-by: Adib Reza <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Create _index.md
Co-authored-by: Abhijeet Basfore <[email protected]>

* [bn] Localizes content/bn/docs/tasks/tools/install-kubectl-windows.md (kubernetes#39785)
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* explore-intro file added
Co-authored-by: Abhijeet Basfore <[email protected]>
Signed-off-by: Abhijeet Basfore [email protected]

* [bn] Localized content/bn/docs/tutorials/kubernetes-basics/expose/expose-intro.html (kubernetes#39762)
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* [bn] Localized content/bn/docs/tutorials/kubernetes-basics/expose/expose-interactive.html (kubernetes#39763)
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Localized content/bn/docs/tasks/tools/included/verify-kubectl.md (kubernetes#39668)
Co-authored-by: Noor E Jannat Nafia <[email protected]>

* [bn] Localization for explore (kubernetes#39391)
Co-authored-by: Abhijeet Basfore <[email protected]>
Signed-off-by: Abhijeet Basfore [email protected]
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* [bn] Localisation for deploy-intro (kubernetes#39325)
Co-authored-by: Abhijeet Basfore <[email protected]>
Signed-off-by: Abhijeet Basfore [email protected]
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* [bn] Localized content/bn/docs/tutorials/kubernetes-basics/update/_index.md (kubernetes#39713)
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Update content/bn/docs/tutorials/kubernetes-basics/expose/_index.md
Co-authored-by: Asif Zubayer Palak <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Update _index.md
Co-authored-by: Asif Zubayer Palak <[email protected]>

* Scale intro file for dev-bn
Co-authored-by: nazma1234 <[email protected]>

* [bn] Localize content/bn/docs/tasks/tools/included/_index.md (kubernetes#38787)
Co-authored-by: Arindam Majumder <[email protected]>
Co-authored-by: Bishal Das  <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* [bn] Localized content/bn/includes/task-tutorial-prereqs.md (kubernetes#38506)
Co-authored-by: Arindam Majumder <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Localizes ``content/bn/docs/reference/_index.md``  (kubernetes#36753)
Co-authored-by: Pratik Dey <[email protected]>

* added _index.md file in best pratices folder (kubernetes#36722)
Co-authored-by: Pratik Dey <[email protected]>

* [bn] Localized content/bn/docs/tutorials/kubernetes-basics/create-cluster/_index.md (kubernetes#36065)
Co-authored-by: Abdullah Ibne Hanif Arean <[email protected]>
Signed-off-by: AbdullahArean <[email protected]>
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Localize content/bn/docs/tutorials/hello-minikube.md (kubernetes#34934)
Co-authored-by: Tanmay Sarkar <[email protected]>
Signed-off-by: Tanmay Sarkar <[email protected]>

* Created the supported docs file (kubernetes#34693)
Co-authored-by: shahriyar101931 <[email protected]>

* Revert "[bn] Localize content/bn/docs/home/supported-doc-versions.md"
Co-authored-by: Md Shahriyar Al Mustakim Mitul <[email protected]>

* Update supported-doc-versions.md
Co-authored-by: shahriyar101931 <[email protected]>

* Created the supported docs file
Co-authored-by: shahriyar101931 <[email protected]>

* [bn] Localized `content/bn/docs/setup/_index.md` (kubernetes#32839)
Co-authored-by: Imtiaz1234 <[email protected]>

* [bn] Localize `content/bn/docs/tasks/_index.md`  (kubernetes#32883)
Co-authored-by: Imtiaz1234 <[email protected]>

* Create _index.html
Co-authored-by: Umme Abira Azmary <[email protected]>

* updated
Co-authored-by: MD Ikramul Kayes <[email protected]>

* Updated the index file
Co-authored-by: Saber382 <[email protected]>

* [bn] Localize `content/bn/docs/tasks/tools/_index.md` (kubernetes#32885)
Co-authored-by: Imtiaz1234 <[email protected]>

* [bn] Localize `content/bn/docs/tutorials/_index.md` (kubernetes#32886)
Co-authored-by: Imtiaz1234 <[email protected]>

* [bn] Localize
Co-authored-by: MD Ikramul Kayes <[email protected]>

* update bn.toml based on en
Co-authored-by: Rey Lejano <[email protected]>
Signed-off-by: Rey Lejano <[email protected]>

* Create _index.md
Co-authored-by: Imtiaz1234 <[email protected]>

* Create _index.html
Co-authored-by: Umme Abira Azmary <[email protected]>

* add README-bn.md
Co-authored-by: Rey Lejano <[email protected]>

* remove non k8s org member in owners aliases for Bengali
Co-authored-by: Rey Lejano <[email protected]>
Signed-off-by: Rey Lejano <[email protected]>

* fix typo in owners aliases for Bengali
Co-authored-by: Rey Lejano <[email protected]>
Signed-off-by: Rey Lejano <[email protected]>

* initial Bengali branch commit
Co-authored-by: Rey Lejano <[email protected]>
Signed-off-by: Rey Lejano <[email protected]>

* Update content/bn/docs/contribute/_index.md
Co-authored-by: Saber382 <[email protected]>
Co-authored-by: Anubhav Vardhan <[email protected]>

* Translated turnkey-solutions.md
Co-authored-by: nazma1234 <[email protected]>

Signed-off-by: Seokho Son <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/bn Issues or PRs related to Bengali language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants