From 82756327944bbae07c7c515763f978012729bdf0 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 29 Jun 2010 00:55:10 +0200 Subject: Move English messages from po/en_US to po/en When using gettext, the bot will look for English messages in the 'en' locale, rather than en_US. This causes some Ruby GetText version to not find the .mo files, which used to be stored as en_US instead. Since Ruby's GetText seems to be too stupid to fall back to en_US when en is not found, we move the messages to en. This is also probably more correct from a linguistic standpoint, since the messages are actually mostly British English due to the bot origin. --- po/en/rbot-insult.po | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 po/en/rbot-insult.po (limited to 'po/en/rbot-insult.po') diff --git a/po/en/rbot-insult.po b/po/en/rbot-insult.po new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3