I18n: duplicate message definition

Okay, this internationalization stuff with gettext is driving me nuts.

"duplicate message definition" all over.

Searching Google brings up lots of info that there may not be duplicate
message ids, oh wonder. Nobody on IRC knows anything about it. One guy
has had the problem, there’s a transcript on rails-weenie’s website,
but no answer.

PLEASE, HELP!

– Raphael

Raphael S. wrote:

Okay, this internationalization stuff with gettext is driving me nuts.

"duplicate message definition" all over.

Searching Google brings up lots of info that there may not be duplicate
message ids, oh wonder. Nobody on IRC knows anything about it. One guy
has had the problem, there’s a transcript on rails-weenie’s website,
but no answer.

PLEASE, HELP!

– Raphael

Okay, everybody, another question that answers itself :slight_smile: (Always good
to have a mailing list instead of a fridge to talk to!)

If you get this problem, make sure you only have singular OR plural of
each model lying around. For us, we had two models where the (old) files
in singular forms where still lying around. Removing them fixed the
prob.

Nice evening!

– R.