Abstract
MyLang_libimport.sh is an interactive shell import utility to
parse a csv based dictionary to generate an xml formatted library
which is used by the MyLang
vocabulary trainer.
The csv source file has the format 'language1;language2\n', an
example:
abend;evening
geld;money
alter;age
...;...
parse the csv file from above and generate a MyLang compliant
import library, here's an example:
$ ./MyLang_libimport.sh
csv-library to import [file] :
german-englisch.csv
export to MyLang library [file] : german-englisch.lib
library description [text] :
MyLang German/English library
1st language name
[name] : German
2nd language name
[name] : English
please wait...
Import then the generated 'german-englisch.lib' to MyLang.
MyLang-libimport-1.0.0.tar.gz [37.5kb]
$Id: myLang-libimport.html,v 1.1 2026/03/25 07:13:58 gloor Exp $ |