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_US/rbot-youtube.po | 58 ------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 po/en_US/rbot-youtube.po (limited to 'po/en_US/rbot-youtube.po') diff --git a/po/en_US/rbot-youtube.po b/po/en_US/rbot-youtube.po deleted file mode 100644 index 3a4cb656..00000000 --- a/po/en_US/rbot-youtube.po +++ /dev/null @@ -1,58 +0,0 @@ -# Gettext template file for rbot -# Copyright (C) 2007 Tom Gilbert -# This file is distributed under the same license as the rbot package. -# Yaohan Chen , 2007. -# -msgid "" -msgstr "" -"Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" -"PO-Revision-Date: 2007-07-14 00:06-0400\n" -"Last-Translator: Yaohan Chen \n" -"Language-Team: English\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: data/rbot/plugins/youtube.rb:33 -msgid "" -"Category: %{cat}. Rating: %{rating}. Author: %{author}. Duration: %" -"{duration}. %{views} views, faved %{faves} times. %{desc}" -msgstr "" - -#: data/rbot/plugins/youtube.rb:77 data/rbot/plugins/youtube.rb:107 -msgid "unknown duration" -msgstr "" - -#: data/rbot/plugins/youtube.rb:183 -msgid "" -"%{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%" -"{duration}). %{views} views, faved %{faves} times. %{desc}" -msgstr "" - -#: data/rbot/plugins/youtube.rb:186 -msgid "" -"\n" -" -- also available at: " -msgstr "" - -#: data/rbot/plugins/youtube.rb:193 -msgid "couldn't retrieve video info" -msgstr "" - -#: data/rbot/plugins/youtube.rb:203 -msgid "error looking for %{what} on youtube: %{e}" -msgstr "" - -#: data/rbot/plugins/youtube.rb:211 -msgid "no videos found for %{what}" -msgstr "" - -#: data/rbot/plugins/youtube.rb:215 -msgid "One video found for %{what}: %{show}" -msgstr "" - -#: data/rbot/plugins/youtube.rb:222 -msgid "Videos for %{what}: %{shorts}" -msgstr "" -- cgit v1.2.3