📝 docs(i18n): mention IETF BCP 47 codes

This commit is contained in:
welpo
2023-09-19 13:38:40 +02:00
parent 95390366d8
commit 78fd8b8f0e
4 changed files with 6 additions and 5 deletions

View File

@@ -6,8 +6,9 @@ generate_feed = true
compile_sass = true
minify_html = true
# To translate the entire theme, there must be a file with the same ISO 639-1 Code
# in the `i18n` folder of your site or the tabi theme (e.g. "i18n/fr.toml" for French).
# To translate the entire theme, there must be a file with the same ISO 639-1
# (or IETF BCP 47) Code in the `i18n` folder of your site or the tabi theme
# For example, "i18n/fr.toml" for French or "i18n/zh-Hans.toml" for Simplified Chinese.
# Otherwise the theme will be in English.
# See https://welpo.github.io/tabi/blog/faq-languages/ for more details.
default_language = "en"