[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: nls: Fix URLs for Chinese translation.
From: |
Florian Pelz |
Subject: |
branch master updated: website: nls: Fix URLs for Chinese translation. |
Date: |
Thu, 04 Mar 2021 05:44:11 -0500 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 04c96a3 website: nls: Fix URLs for Chinese translation.
04c96a3 is described below
commit 04c96a370b8cae48ed162e4414b8950cc65c513b
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Thu Mar 4 09:27:23 2021 +0100
website: nls: Fix URLs for Chinese translation.
Fixes <https://bugs.gnu.org/46807>.
Suggested by Tobias Geerinckx-Rice <me@tobias.gr>.
* website/po/ietf-tags.scm: Change the language tag
association for Chinese from zh-cn to zh-CN.
---
website/po/ietf-tags.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/po/ietf-tags.scm b/website/po/ietf-tags.scm
index 32b81ef..5bd22f4 100644
--- a/website/po/ietf-tags.scm
+++ b/website/po/ietf-tags.scm
@@ -10,4 +10,4 @@
("de_DE" . "de")
("es_ES" . "es")
("fr_FR" . "fr")
- ("zh_CN" . "zh-cn"))
+ ("zh_CN" . "zh-CN"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: nls: Fix URLs for Chinese translation.,
Florian Pelz <=