diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index ce80300961..e5177fddbe 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -8,6 +8,14 @@ aliases: - onlydole - sftim - nate-double-u + sig-docs-bn-owners: #A dmins for Bengali content + - ikramulkayes + - mitul3737 + - Mouly22 + sig-docs-bn-reviewers: # PR reviews for Bengali content + - ikramulkayes + - mitul3737 + - Mouly22 sig-docs-de-owners: # Admins for German content - bene2k1 - mkorbi diff --git a/README-bn.md b/README-bn.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/config.toml b/config.toml index c71f4fcdea..8cd4368855 100644 --- a/config.toml +++ b/config.toml @@ -485,3 +485,15 @@ languagedirection = "ltr" time_format_blog = "02.01.2006" # A list of language codes to look for untranslated content, ordered from left to right. language_alternatives = ["en"] + +[languages.bn] +title = "Kubernetes" +description = "প্রোডাকশন-গ্রেড কন্টেইনার অর্কেস্ট্রেশন" +languageName = "বাংলা Bengali" +weight = 15 +contentDir = "content/bn" +languagedirection = "ltr" + +[languages.bn.params] +time_format_blog = "01.02.2006" +language_alternatives = ["en"] diff --git a/content/bn/OWNERS b/content/bn/OWNERS new file mode 100644 index 0000000000..00691f0372 --- /dev/null +++ b/content/bn/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# This is the localization project for Bengali. +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-bn-reviews + +approvers: +- sig-docs-bn-owners + +labels: +- language/bn diff --git a/data/i18n/bn/OWNERS b/data/i18n/bn/OWNERS new file mode 100644 index 0000000000..3da604c3fa --- /dev/null +++ b/data/i18n/bn/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# Localized strings for Bengali. +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-bn-reviews + +approvers: +- sig-docs-bn-owners + +labels: +- language/bn diff --git a/data/i18n/bn/bn.toml b/data/i18n/bn/bn.toml new file mode 100644 index 0000000000..40ee75f7df --- /dev/null +++ b/data/i18n/bn/bn.toml @@ -0,0 +1 @@ +# i18n strings for the Bengali (main) site. diff --git a/i18n/bn.toml b/i18n/bn.toml new file mode 100644 index 0000000000..331ee2545c --- /dev/null +++ b/i18n/bn.toml @@ -0,0 +1 @@ +../data/i18n/bn/bn.toml