Skip to content

Commit cfbcf06

Browse files
authored
Update sync_translations.py
1 parent ab4aaff commit cfbcf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync_translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ovos_utils.list_utils import flatten_list, deduplicate_list
66

77
locale = f"{dirname(dirname(__file__))}/ovos_skill_hello_world/locale"
8-
tx = f"{dirname(dirname(__file__))}/ovos_skill_hello_world/translations"
8+
tx = f"{dirname(dirname(__file__))}/translations"
99

1010
for lang in os.listdir(tx):
1111
intents = f"{tx}/{lang}/intents.json"

0 commit comments

Comments
 (0)