Skip to content

Commit 8979d0d

Browse files
committed
Adapt trubar call to the msgs.jaml structure
1 parent cf23297 commit 8979d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def compile_to_multilingual(self):
7979
package_dir = os.path.dirname(os.path.abspath(__file__))
8080
translate(
8181
"msgs.jaml",
82-
source_dir=os.path.join(self.install_lib, "orangecontrib", "text"),
82+
source_dir=os.path.join(self.install_lib, "orangecontrib"),
8383
config_file=os.path.join(package_dir, "i18n", "trubar-config.yaml"))
8484

8585

0 commit comments

Comments
 (0)