From 0b1bf7979661fc608ad93b4acb96dff9f747563e Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 25 Nov 2011 15:10:18 -0500 Subject: [PATCH] Updated credits for localizations and added polib to the list of dependencies. --- README | 1 + help/de/credits.rst | 4 ++++ help/en/credits.rst | 4 ++++ help/fr/credits.rst | 4 ++++ requirements.txt | 1 + 5 files changed, 14 insertions(+) diff --git a/README b/README index e9b3d297..4d2bfae0 100644 --- a/README +++ b/README @@ -31,6 +31,7 @@ General dependencies - hsaudiotag3k 1.1.0 (for ME) (http://hg.hardcoded.net/hsaudiotag) - jobprogress 1.0.2 (http://hg.hardcoded.net/jobprogress) - Sphinx 1.1 (http://sphinx.pocoo.org/) +- polib 0.7.0 (http://bitbucket.org/izi/polib) - pytest 2.0.0, to run unit tests. (http://pytest.org/) OS X prerequisites diff --git a/help/de/credits.rst b/help/de/credits.rst index 78323012..0f21652d 100644 --- a/help/de/credits.rst +++ b/help/de/credits.rst @@ -12,6 +12,10 @@ Unten befindet sich die Liste aller Menschen, die direkt oder indirekt zu dupeGu | **Eric Dee, chinesische Übersetzung** +| **Aleš Nehyba, Czech localization** + +| **Paolo Rossi, Italian localization** + | **Python, Programming language** (`Website `__) | The bestest of the bests diff --git a/help/en/credits.rst b/help/en/credits.rst index 568937fd..17445d90 100644 --- a/help/en/credits.rst +++ b/help/en/credits.rst @@ -12,6 +12,10 @@ Below is the list of people who contributed, directly or indirectly to dupeGuru. | **Eric Dee, Chinese localization** +| **Aleš Nehyba, Czech localization** + +| **Paolo Rossi, Italian localization** + | **Python, Programming language** (`Website `__) | The bestest of the bests diff --git a/help/fr/credits.rst b/help/fr/credits.rst index bf4b4b49..b0e1c880 100644 --- a/help/fr/credits.rst +++ b/help/fr/credits.rst @@ -11,6 +11,10 @@ Voici la liste des contributeurs de dupeGuru. Merci! | **Eric Dee, localisation choinoise** +| **Aleš Nehyba, localisation tchèque** + +| **Paolo Rossi, localisation italienne** + | **Python, Langage de programmation** (`Website `__) | Le meilleur des meilleurs diff --git a/requirements.txt b/requirements.txt index 6bb34f46..cebe4844 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ jobprogress>=1.0.2 Send2Trash3k>=1.2.0 sphinx>=1.1.0 +polib>=0.7.0 hsaudiotag3k>=1.1.2 pytest>=2.0.0 pytest-monkeyplus>=1.0.0