summaryrefslogtreecommitdiffstats
path: root/po/ietf-tags.scm
diff options
context:
space:
mode:
authorAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
committerAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
commit1b2b7c3eb939724696894f31ff27db97b0cac84c (patch)
treeefb7b7746a628efb7bb99b2e44c9c2fbfd75b656 /po/ietf-tags.scm
downloadhf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.tar.xz
hf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.zip
Initial commit.
Signed-off-by: Andreas Widen <andreas@harmonicflow.org>
Diffstat (limited to 'po/ietf-tags.scm')
-rw-r--r--po/ietf-tags.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/po/ietf-tags.scm b/po/ietf-tags.scm
new file mode 100644
index 0000000..bb92b65
--- /dev/null
+++ b/po/ietf-tags.scm
@@ -0,0 +1,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"))