From: "HIGUCHI Daisuke (VDR dai)" <dai@debian.org>
Date: Mon, 3 Feb 2020 12:27:39 +0100
Subject: modify stringex locales path

Forwarded: not-needed
Last-Update: 2018-03-16
---
 lib/stringex/localization/backend/i18n.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/stringex/localization/backend/i18n.rb b/lib/stringex/localization/backend/i18n.rb
index da338b0..48921bc 100644
--- a/lib/stringex/localization/backend/i18n.rb
+++ b/lib/stringex/localization/backend/i18n.rb
@@ -2,7 +2,7 @@ module Stringex
   module Localization
     module Backend
       class I18n < Base
-        LOAD_PATH_BASE = File.join(File.expand_path(File.dirname(__FILE__)), '..', '..', '..', '..', 'locales')
+        LOAD_PATH_BASE = File.join(File.expand_path(File.dirname(__FILE__)), '..', '..', 'locales')
 
         class << self
           def reset!
