doc/book/en/annexes/faq.rst
branchstable
changeset 7529 2fdc310be7cd
parent 7250 fe27390bf2f8
child 7813 89ab98c4aaab
equal deleted inserted replaced
7528:11659cbe5eea 7529:2fdc310be7cd
   182     entity.printable_value(date_attribute)
   182     entity.printable_value(date_attribute)
   183 
   183 
   184 which will always return a string whatever the attribute's type (so it's
   184 which will always return a string whatever the attribute's type (so it's
   185 recommended also for other attribute types). By default it expects to generate
   185 recommended also for other attribute types). By default it expects to generate
   186 HTML, so it deals with rich text formating, xml escaping...
   186 HTML, so it deals with rich text formating, xml escaping...
   187 
       
   188 How do I translate an msg id defined (and translated) in another cube ?
       
   189 -----------------------------------------------------------------------
       
   190 
       
   191 You should put these translations in the `i18n/static-messages.pot`
       
   192 file of your own cube.
       
   193 
   187 
   194 How to update a database after a schema modification ?
   188 How to update a database after a schema modification ?
   195 ------------------------------------------------------
   189 ------------------------------------------------------
   196 
   190 
   197 It depends on what has been modified in the schema.
   191 It depends on what has been modified in the schema.