Rev 5181 | Rev 9309 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1838 | bpr | 1 | !!##should allow to have only one module by language |
2 | |||
2368 | bpr | 3 | !let modu_lang=$lang |
5181 | guerimand | 4 | !let script_file=!nospace $wims_read_parm |
5180 | guerimand | 5 | !reset lang_exists |
6 | !read $(script_file).$modu_lang |
||
5239 | bpr | 7 | |
2368 | bpr | 8 | !if $lang_exists!=yes |
9 | !let modu_lang=en |
||
5180 | guerimand | 10 | !read $(script_file).$modu_lang |
2368 | bpr | 11 | !endif |
2219 | bpr | 12 | |
2368 | bpr | 13 | !set module_language=$lang |
2219 | bpr | 14 | |
15 | |||
1838 | bpr | 16 | !!######## |