liquid_feedback_frontend
annotate model/rendered_suggestion.lua @ 845:0b36127dff13
Another update of the translation in Traditional Chinese
| author | Chun-Ting Hsu | 
|---|---|
| date | Sat Jul 28 01:07:22 2012 +0200 (2012-07-28) | 
| parents | 808269b7f41c | 
| children | 
| rev | line source | 
|---|---|
| bsw@280 | 1 RenderedSuggestion = mondelefant.new_class() | 
| bsw@280 | 2 RenderedSuggestion.table = 'rendered_suggestion' | 
| bsw@280 | 3 RenderedSuggestion.primary_key = { "suggestion_id", "format" } | 
| bsw@280 | 4 | 
| bsw@280 | 5 RenderedSuggestion:add_reference{ | 
| bsw@280 | 6 mode = 'm1', | 
| bsw@280 | 7 to = "Suggestion", | 
| bsw@280 | 8 this_key = 'suggestion_id', | 
| bsw@280 | 9 that_key = 'id', | 
| bsw@280 | 10 ref = 'suggestion', | 
| bsw@280 | 11 } |