Skip to content

Commit

Permalink
Update sync_translations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 4, 2024
1 parent 3d25ce4 commit 0d9ef15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/sync_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
vocs = f"{tx}/{lang}/vocabs.json"
regexes = f"{tx}/{lang}/regexes.json"

os.makedirs(f"{locale}/{lang}", exist_ok=True)

if os.path.isfile(intents):
with open(intents) as f:
data = json.load(f)
Expand Down

0 comments on commit 0d9ef15

Please sign in to comment.