From 2c0cb2169a5dbf2605462258d961efb39f7568ec Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Wed, 14 Apr 2010 13:50:06 +0200 Subject: [PATCH] [FIX] corrected Persian language name to match stable bzr revid: odo@openerp.com-20100414115006-obl092lw2ourmrt1 --- bin/tools/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/misc.py b/bin/tools/misc.py index ff20966857e..56672047163 100644 --- a/bin/tools/misc.py +++ b/bin/tools/misc.py @@ -907,7 +907,7 @@ def get_languages(): 'es_AR': u'Spanish (AR) / Español (AR)', 'es_ES': u'Spanish / Español', 'et_EE': u'Estonian / Eesti keel', - 'fa_IR': u'Persian / Iran, Islamic Republic of', + 'fa_IR': u'Persian / فارس', 'fi_FI': u'Finland / Suomi', 'fr_BE': u'French (BE) / Français (BE)', 'fr_CH': u'French (CH) / Français (CH)',