mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Configuration improvements
This commit is contained in:
parent
e2053660da
commit
1aaafcd9bf
9 changed files with 352 additions and 99 deletions
10
config/_default/languages.toml
Normal file
10
config/_default/languages.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
[en]
|
||||
title = "Clarity"
|
||||
LanguageName = "English"
|
||||
weight = 1
|
||||
|
||||
[pt]
|
||||
title = "Claridade" # just for the sake of showing this is possible
|
||||
LanguageName = "Português"
|
||||
weight = 2
|
Loading…
Add table
Add a link
Reference in a new issue