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.
This commit is contained in:
Florian Pelz 2021-03-04 09:27:23 +01:00
parent 1942c05257
commit 04c96a370b
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
("de_DE" . "de")
("es_ES" . "es")
("fr_FR" . "fr")
("zh_CN" . "zh-cn"))
("zh_CN" . "zh-CN"))