i18n: fix make-translated-templates script

This commit is contained in:
Vincent Breitmoser 2020-02-03 14:27:22 +01:00
parent 9e3ea0619f
commit 356d792a9a
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
for i in templates-untranslated/**/*.hbs; do
local template=${${i#templates-untranslated/}}