Add multilanguage support

main
Marc Riera Irigoyen 2018-03-04 20:13:38 +01:00
parent aa9ec1ef22
commit f051839f45
1 changed files with 3 additions and 3 deletions

View File

@ -23,21 +23,21 @@ removePathAccents = true
[languages] [languages]
[languages.ca] [languages.ca]
baseURL = "https://bvebarcelona.netlify.com" baseURL = "https://bvebarcelona.netlify.com/ca/"
languageName = "Català" languageName = "Català"
weight = 1 weight = 1
description = "El lloc web oficial del Metro de Barcelona per a openBVE" description = "El lloc web oficial del Metro de Barcelona per a openBVE"
[languages.es] [languages.es]
baseURL = "https://es.bvebarcelona.netlify.com" baseURL = "https://bvebarcelona.netlify.com/es/"
languageName = "Español" languageName = "Español"
weight = 2 weight = 2
description = "El sitio web oficial del Metro de Barcelona para openBVE" description = "El sitio web oficial del Metro de Barcelona para openBVE"
[languages.en] [languages.en]
baseURL = "https://en.bvebarcelona.netlify.com" baseURL = "https://bvebarcelona.netlify.com/en/"
languageName = "English" languageName = "English"
weight = 3 weight = 3
description = "The official website of the Barcelona Metro for openBVE" description = "The official website of the Barcelona Metro for openBVE"