Skip to main content
KAnki supports any language through a simple configuration file. You can customize the language name, proficiency levels, and vocabulary to match your learning goals.

Configuration overview

All language settings are stored in kanki/js/kanki_config.js. This file contains two main sections:
  • KANKI_CONFIG: Language name and proficiency levels
  • VOCABULARY: Flashcard data organized by level

Basic configuration

1

Open the configuration file

Navigate to kanki/js/kanki_config.js on your Kindle filesystem.
2

Set your language

Update the KANKI_CONFIG object with your target language and proficiency levels:
kanki_config.js
3

Add your vocabulary

Define your flashcard data in the VOCABULARY object. Each level should contain an array of card objects.

Language examples

kanki_config.js

Card properties

Each flashcard supports the following properties:

Required properties

Optional properties

The reading property is especially useful for languages with non-alphabetic writing systems like Japanese, Chinese, Korean, or Arabic.

Using the reading property

For languages with complex writing systems, add a reading field to help with pronunciation:

Proficiency level systems

Choose a proficiency level system that matches your learning materials:
The level names in KANKI_CONFIG.levels must exactly match the keys in your VOCABULARY object. Mismatched names will cause cards not to appear.

Validation checklist

Before transferring your configuration to Kindle:
  • Language name is set in KANKI_CONFIG.language
  • All level names in KANKI_CONFIG.levels match keys in VOCABULARY
  • Each card has both front and back properties
  • Cards for non-alphabetic languages include reading property
  • JavaScript syntax is valid (check commas, brackets, quotes)

Next steps

Deck management

Learn how to organize and structure your vocabulary decks

Custom fonts

Install fonts that support your target language characters