Skip to content

Commit 1038f98

Browse files
committed
update lang placeholder
1 parent 97d62ed commit 1038f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ prepare-antora-suma-{{ langcode }}: copy-branding-{{ langcode }} set-html-langua
4141
s/\-\ url\:\ \./\-\ url\:\ \.\.\/\.\.\//;\
4242
s/start_path\:\ \./\start_path\:\ translations\/{{ langcode }}/;\
4343
s/dir:\ \.\/build\/en/dir:\ \.\.\/\.\.\/build\/{{ langcode }}/;" site.yml > translations/{{ langcode }}/suma-site.yml && \
44+
find translations/{{ langcode }}/branding/supplemental-ui -name "*.hbs" -exec sed -i 's/LANG_PLACEHOLDER/{{ langcode }}/g' {} \; && \
4445
cp -a $(current_dir)/modules $(current_dir)/translations/en/
4546
find modules/ -maxdepth 1 -name "*" -type d -exec mkdir -p $(current_dir)/translations/{{ langcode }}/{} \; && \
4647
mkdir -p $(current_dir)/translations/{{ langcode }}/modules/ROOT/pages/

0 commit comments

Comments
 (0)