Project

General

Profile

Question #536

Updated by Stefan Eichert over 8 years ago

Tags for categorization in description fields 

 Choose an identifier to mark information like -a a different translation- language translation which can be used to extract this information at a later time e.g.  


 I suggest using a certain tag like "--##--Begin:" and "--##--End:" to mark begin and end of the respective section. (Just like Alex wrote) 
 As second part of this tag I suggest using some type definition like: "Abstract", "Text", "Comment". 
 The third part should define the language: "German", "English", "Latin" etc. 


  

 <pre> 
 --##--Begin:Text-German--##-- 
 Fischers Fritz fischt frische Fische 
 --##--End:Text-German--##-- 

 --##--Begin:Text-English--##-- 
 Fisherman Fritz is fishing fresh fish 
 --##--End:Text-English--##-- 

 --##--Begin:Comment-German--##-- 
 Is mir doch egal was Fritz macht 
 --##--End:Comment-German--##-- 

 --##--Begin:Abstract-English--##-- 
 Is mir doch egal was Fritz macht 
 --##--End:Abstract-English--##-- 
 </pre> 

 -<pre> 
 This is an interesting text 
 --##--Begin:Translation-German--##-- 
 Das ist ein interessanter Text 
 --##--End:Translation-German--##-- 
 </pre>- </pre> 

Back