mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-10 00:30:36 +00:00
Hugo Peixoto
c7b1145527
This includes changing the default locale to portuguese so we can properly format event dates.
19 lines
504 B
TOML
19 lines
504 B
TOML
# Languages
|
|
# Create a `[X]` block for each language you want, where X is the language ID.
|
|
# Refer to https://sourcethemes.com/academic/docs/language/
|
|
|
|
[pt]
|
|
languageCode = "pt-PT"
|
|
|
|
# Uncomment the lines below to configure your website in a second language.
|
|
#[zh]
|
|
# languageCode = "zh-Hans"
|
|
# contentDir = "content/zh"
|
|
# title = "Chinese website title..."
|
|
# [zh.params]
|
|
# description = "Site description in Chinese..."
|
|
# [[zh.menu.main]]
|
|
# name = "Wo"
|
|
# url = "#about"
|
|
# weight = 1
|