diff Config.in @ 710:cfdaead45479

Make internalization support optional
author Felix Janda <felix.janda@posteo.de>
date Wed, 21 Nov 2012 20:38:29 +0100
parents ed6ce9f11bf7
children da601285a86e
line wrap: on
line diff
--- a/Config.in	Sun Nov 25 14:40:25 2012 -0600
+++ b/Config.in	Wed Nov 21 20:38:29 2012 +0100
@@ -32,6 +32,12 @@
 	  Include floating point support infrastructure and commands that
 	  require it.
 
+config TOYBOX_I18N
+	bool "Internalization support"
+	default y
+	help
+	  Add support for locales in commands.
+
 config TOYBOX_FREE
 	bool "Free memory unnecessarily"
 	default n