From 3196a3d5a30a9f71670dc62f6226717e741b5b2d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Mar 2012 22:31:16 +0530 Subject: [PATCH] ... --- setup/translations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/translations.py b/setup/translations.py index 05056c0b27..484b475f12 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -151,7 +151,8 @@ class Translations(POT): # {{{ self.info('\tCopying ISO 639 translations') subprocess.check_call(['msgfmt', '-o', dest, iso639]) elif locale not in ('en_GB', 'en_CA', 'en_AU', 'si', 'ur', 'sc', - 'ltg', 'nds', 'te', 'yi', 'fo', 'sq', 'ast', 'ml', 'ku'): + 'ltg', 'nds', 'te', 'yi', 'fo', 'sq', 'ast', 'ml', 'ku', + 'fr_CA'): self.warn('No ISO 639 translations for locale:', locale) self.write_stats()