#english #word #language-learning #software #learn #multilingual #complete

app ladder

This is a multilingual word learning software

2 releases

0.1.2 Jan 29, 2023
0.1.0 Jan 17, 2023

#5 in #language-learning

Custom license

53KB
231 lines

Ladder

This is a multilingual word learning software.

img.png

How to add words to the software

The project contains the words.json file, json contains learn and complete, learn represents the word being learned, and complete represents the word that has been learned. The next-level key of learn and complete represents the category of the word, and the value represents the specific word.

How to use it

After opening the software, click on the classification, enter the translation of the prompt, and click submit.

example

{
  "learn": {
    "globalisation and its effect": {
      "经济全球化": "economic globalisation"
    }
  },
  "complete": {
    "study&work": {
      "融入某人的日程表": "fit into one`s schedule"
    }
  }
}

Install

cargo add ladder or cargo build --release

Dependencies

~8–46MB
~704K SLoC