From 9a6677d5d2f1f76efd44326f9301b102b72b9636 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 14 Mar 2009 18:59:56 +0100 Subject: fixed NLS --- makefiles/gmake/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles') diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk index c5fa56e..ab1d46c 100644 --- a/makefiles/gmake/platform.mk +++ b/makefiles/gmake/platform.mk @@ -67,7 +67,7 @@ endif ####################### # enable or disable internationalization code -ENABLE_NLS = 0 +ENABLE_NLS = 1 ifeq "$(ENABLE_NLS)" "1" -- cgit v1.2.3-54-g00ecf