Download Latest Version gtkards-v0.2-source-codings_fixed.zip (7.3 kB)
Email in envelope

Get an email when there's a new version of GTKards

Home / dictionaries
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2016-04-23 564 Bytes
example.json.meta 2016-04-23 222 Bytes
example.json 2016-04-23 3.8 kB
Totals: 3 Items   4.6 kB 0

Dictionaries are in the JSON format. Meta info is in dictionary file name ending with json.meta

Dictionary have words as keys, values is a list of transcription and translation (second could be either dict or string).

{
"WORD1":["TRANSCRIPTION1","TRANSLATION1"],
"WORD2":["TRANSCRIPTION2",["TRANSLATION1", "TRANSLATION2"]]
}

Meta is also a JSON. It has localization list as "local" and meta info as "meta".

{"meta:{"foo":"bar"},
"local":{"msgCorrect":"Translation of message 'Correct!'","msgIncorrect":"Translation of message 'Incorrect!'"}

Source: README.md, updated 2016-04-23