diff options
Diffstat (limited to 'vendor/plugins/gloc-1.1.0/lib/gloc-config.rb')
-rw-r--r-- | vendor/plugins/gloc-1.1.0/lib/gloc-config.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb deleted file mode 100644 index e85b041f5..000000000 --- a/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (c) 2005-2006 David Barri
-
-module GLoc
-
- private
-
- CONFIG= {} unless const_defined?(:CONFIG)
- unless CONFIG.frozen?
- CONFIG[:default_language] ||= :en
- CONFIG[:default_param_name] ||= 'lang'
- CONFIG[:default_cookie_name] ||= 'lang'
- CONFIG[:raise_string_not_found_errors]= true unless CONFIG.has_key?(:raise_string_not_found_errors)
- CONFIG[:verbose] ||= false
- end
-
-end
|