Add multilanguage support
parent
aa9ec1ef22
commit
f051839f45
|
@ -23,21 +23,21 @@ removePathAccents = true
|
|||
|
||||
[languages]
|
||||
[languages.ca]
|
||||
baseURL = "https://bvebarcelona.netlify.com"
|
||||
baseURL = "https://bvebarcelona.netlify.com/ca/"
|
||||
languageName = "Català"
|
||||
weight = 1
|
||||
description = "El lloc web oficial del Metro de Barcelona per a openBVE"
|
||||
|
||||
|
||||
[languages.es]
|
||||
baseURL = "https://es.bvebarcelona.netlify.com"
|
||||
baseURL = "https://bvebarcelona.netlify.com/es/"
|
||||
languageName = "Español"
|
||||
weight = 2
|
||||
description = "El sitio web oficial del Metro de Barcelona para openBVE"
|
||||
|
||||
|
||||
[languages.en]
|
||||
baseURL = "https://en.bvebarcelona.netlify.com"
|
||||
baseURL = "https://bvebarcelona.netlify.com/en/"
|
||||
languageName = "English"
|
||||
weight = 3
|
||||
description = "The official website of the Barcelona Metro for openBVE"
|
||||
|
|
Loading…
Reference in New Issue