Signed-off-by: Zygmunt Krynicki <[email protected]>
---
 plainbox/plainbox/abc.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/plainbox/plainbox/abc.py b/plainbox/plainbox/abc.py
index c6c88b4..6821f75 100644
--- a/plainbox/plainbox/abc.py
+++ b/plainbox/plainbox/abc.py
@@ -465,6 +465,14 @@ class IProvider1(metaclass=ABCMeta):
         for the user environment.
         """
 
+    @abstractproperty
+    def locale_dir(self):
+        """
+        absolute path of the directory with locale data
+
+        The value is applicable as argument bindtextdomain()
+        """
+
     @abstractmethod
     def get_builtin_jobs(self):
         """
-- 
1.9.0


-- 
Mailing list: https://launchpad.net/~checkbox-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~checkbox-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to