Skip to content

Commit

Permalink
Build script fixes for translated specification versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Dec 27, 2018
1 parent f6883bc commit b5d88d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def prepare_schema(language):
def prepare_markdown(language):
glob_pattern = 'src/*.md'
if language != 'de':
glob_pattern = 'locales/en/*.md'
glob_pattern = 'locales/{}/src/*.md'.format(language)

files = glob(glob_pattern)
for f in files:
Expand Down

0 comments on commit b5d88d1

Please sign in to comment.