Rev 6313 | Rev 6326 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6313 | Rev 6314 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | translator, translator_address, data, maintainer, maintainer_address |
53 | translator, translator_address, data, maintainer, maintainer_address |
54 | 54 | ||
55 | deflist1=translation_language |
55 | deflist1=translation_language |
56 | trans_lang=!words2items $i_translation_language |
56 | trans_lang=!words2items $i_translation_language |
57 | i_translation_language=!listintersect $trans_lang and $langlist |
57 | i_translation_language=!listintersect $trans_lang and $langlist |
- | 58 | i_translation_language=!listcomplement $i_language in $i_translation_language |
|
58 | !for l in $(i_translation_language) |
59 | !for l in $(i_translation_language) |
59 | deflist1=!append item title_$l to $deflist1 |
60 | deflist1=!append item title_$l to $deflist1 |
60 | deflist1=!append item description_$l to $deflist1 |
61 | deflist1=!append item description_$l to $deflist1 |
61 | deflist1=!append item keywords_$l to $deflist1 |
62 | deflist1=!append item keywords_$l to $deflist1 |
62 | deflist1=!append item translator_$l to $deflist1 |
63 | deflist1=!append item translator_$l to $deflist1 |