Name | Modified | Size | Downloads / 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!'"}