11 lines
239 B
TOML
11 lines
239 B
TOML
[en]
|
|
title = "Clarity"
|
|
LanguageName = "English"
|
|
weight = 1
|
|
|
|
[pt]
|
|
title = "Claridade" # just for the sake of showing this is possible
|
|
LanguageName = "Português"
|
|
weight = 2
|
|
|
|
# tip: assign the default language the lowest Weight |