From 52fdcf8afd6ab74125a704fd1cea27757e34f6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Fri, 8 Feb 2019 13:29:44 +0100 Subject: [PATCH] Init French translation --- config.toml | 12 ++++++++++++ content/fr/OWNERS | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 content/fr/OWNERS diff --git a/config.toml b/config.toml index 98bf0d4a33d42..a8a48552dd26a 100644 --- a/config.toml +++ b/config.toml @@ -166,3 +166,15 @@ 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.fr] +title = "Kubernetes" +description = "Production-Grade Container Orchestration" +languageName ="Français" +weight = 5 +contentDir = "content/fr" + +[languages.fr.params] +time_format_blog = "02.01.2006" +# A list of language codes to look for untranslated content, ordered from left to right. +language_alternatives = ["en"] + diff --git a/content/fr/OWNERS b/content/fr/OWNERS new file mode 100644 index 0000000000000..c91ec02821e6f --- /dev/null +++ b/content/fr/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# This is the localization project for French. +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-fr-reviews + +approvers: +- sig-docs-fr-owners + +labels: +- language/fr