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:
::: code-group
{
"application": {
"locale": "de"
}
}
export default {
application: {
locale: "de"
}
}
:::
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.