From 20c4b740510ed38ec42f2068908c188268de261e Mon Sep 17 00:00:00 2001
From: Stephane Wirtel <stephane@tinyerp.com>
Date: Fri, 6 Feb 2009 15:45:56 +0100
Subject: [PATCH] [IMP] Add nl_BE language

bzr revid: stephane@tinyerp.com-20090206144556-831z3y1re3312oi7
---
 bin/tools/misc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/tools/misc.py b/bin/tools/misc.py
index 9da554ffd0af..4389ee588e0f 100644
--- a/bin/tools/misc.py
+++ b/bin/tools/misc.py
@@ -744,6 +744,7 @@ def get_languages():
         'it_IT': u'Italian / Italiano',
         'lt_LT': u'Lithuanian / Lietuvių kalba',
         'nl_NL': u'Dutch / Nederlands',
+        'nl_BE': u'Dutch (Belgium) / Nederlands (Belgïe)',
         'pl_PL': u'Polish / Język polski',
         'pt_BR': u'Portugese (BR) / português (BR)',
         'pt_PT': u'Portugese / português',
-- 
GitLab