From 41b51ee13822f6a05a6c6587955a279446161497 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 2 Jan 2020 02:11:40 +0000 Subject: [PATCH] Correct name for Vietnamese language (#18334) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vietnamese in Vietnamese is "Tiếng Việt"; use this in the language chooser etc. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a429cd1b59..ce4b124166 100644 --- a/config.toml +++ b/config.toml @@ -270,7 +270,7 @@ language_alternatives = ["en"] [languages.vi] title = "Kubernetes" description = "Giải pháp điều phối container trong môi trường production" -languageName = "Vietnamese" +languageName = "Tiếng Việt" contentDir = "content/vi" weight = 12