File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments