Translate the feature state to French (#12642)

This commit is contained in:
Rémy Léone
2019-02-15 16:50:35 +01:00
committed by Kubernetes Prow Robot
parent f9ad42915a
commit 29f6155fc5
5 changed files with 33 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
headless: true
resources:
- src: "*alpha*"
title: "alpha"
- src: "*beta*"
title: "beta"
- src: "*deprecated*"
title: "deprecated"
- src: "*stable*"
title: "stable"
---