Localisation
Change the application’s locale
Indiekit has been localised into the following languages:
en
: US Englishde
: Deutsch (with contributions from Andreas Fink)es
: Español (with contributions from Anthony Ciccarello)es-419
: Español (Latin American Spanish, with contributions from Claudia Botero)fr
: Français (with contributions from David Legrand)hi
: हिन्दी (Hindi, with contributions from Sesa Malinda)id
: bahasa Indonesia (with contributions from Zeky Chandra)nl
: Nederlandspl
: Polski (with contributions from Arookei The Wolf)pt
: PortuguĂŞssr
: Srpski (with contributions from Anđela Radojlović)sv
: Svenska (with contributions from Carl Räfting)zh-Hans-CN
: ä¸ć–‡ (Simplified Chinese, with contributions from Xie Yanbo and č—Ť)
You can change the application’s locale by changing the application.locale
option, for example:
json
{
"application": {
"locale": "de"
}
}
js
export default {
application: {
locale: "de"
}
}
Contribute a new localisation
Localisations are managed using Localazy. If you see a translation that is not quite right, or would like to add support for a new language, create an account and contribute to the project.