We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4aaff commit cfbcf06Copy full SHA for cfbcf06
scripts/sync_translations.py
@@ -5,7 +5,7 @@
5
from ovos_utils.list_utils import flatten_list, deduplicate_list
6
7
locale = f"{dirname(dirname(__file__))}/ovos_skill_hello_world/locale"
8
-tx = f"{dirname(dirname(__file__))}/ovos_skill_hello_world/translations"
+tx = f"{dirname(dirname(__file__))}/translations"
9
10
for lang in os.listdir(tx):
11
intents = f"{tx}/{lang}/intents.json"
0 commit comments