Skip to content

Localisation

Change the application’s locale

Indiekit has been localised into the following languages:

  • en: US English
  • de: 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: Nederlands
  • pl: Polski (with contributions from Arookei The Wolf)
  • pt: PortuguĂŞs
  • sr: 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.