summaryrefslogtreecommitdiffstats
path: root/po/ietf-tags.scm
blob: bb92b653bfa678e4a4131cf84b145ebf471abef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;;; 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
;;; team’s language code from
;;; <https://translationproject.org/team/index.html>.  The underscore
;;; in the team’s 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")
 ("uk_UA" . "uk")
 ("zh_CN" . "zh-CN")
 ("zh_TW" . "zh-TW"))