guix-artwork/website/po/ietf-tags.scm

26 lines
820 B
Scheme
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; This file contains an association list for each translation from
;;; the locale to an IETF language tag to be used in the URL path of
;;; translated pages. The language tag results from the translation
;;; teams language code from
;;; <https://translationproject.org/team/index.html>. The underscore
;;; in the teams code is replaced by a hyphen. For example, az would
;;; be used for the Azerbaijani language (not az-Latn) and zh-CN would
;;; be used for mainland Chinese (not zh-Hans-CN).
(("en_US" . "en")
("cs_CZ" . "cs")
("de_DE" . "de")
("eo" . "eo")
("es_ES" . "es")
("fa_IR" . "fa")
("fr_FR" . "fr")
("ja_JP" . "ja")
("ko_KR" . "ko")
("lt_LT" . "lt")
("nb_NO" . "nb-NO")
("pt_BR" . "pt-BR")
("ru_RU" . "ru")
("sk_SK" . "sk")
("tr_TR" . "tr")
("zh_CN" . "zh-CN")
("zh_TW" . "zh-TW"))