Description: Adapt locale loading for vendor_ruby installation
Author: Markus Frosch <lazyfrosch@debian.org>
Last-Update: 2016-07-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/semantic_puppet.rb
+++ b/lib/semantic_puppet.rb
@@ -1,7 +1,7 @@
 require 'gettext-setup'
 
 module SemanticPuppet
-  GettextSetup.initialize(File.absolute_path('../locales', File.dirname(__FILE__)))
+  GettextSetup.initialize(File.absolute_path('./semantic_puppet/locales', File.dirname(__FILE__)))
 
   autoload :Version, 'semantic_puppet/version'
   autoload :VersionRange, 'semantic_puppet/version_range'
