it seems that applying rails-gettext (rake updatepo) on a rails project with models inheritance breaks correct .pot file generation, because inherited models are duplicated. Any workaround?
on 08.05.2006 15:23
on 08.05.2006 16:07
sermore wrote: > it seems that applying rails-gettext (rake updatepo) on a rails project > with models inheritance breaks correct .pot file generation, because > inherited models are duplicated. Any workaround? found, class models have to stay one per file, as java style thanks