place basic config dir
This commit is contained in:
11
config/_default/languages.toml
Normal file
11
config/_default/languages.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
Reference in New Issue
Block a user