jolheiser
2023-07-27 14:55:46 +00:00
committed by John Olheiser
parent 78cc25c09d
commit f397d309d2
11 changed files with 26 additions and 126 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ locale="$2"
cur_path=`pwd`
cd .tmp/upstream-docs-"$version"
for file in `find ./docs/content/doc -name "*.${locale}.md"`; do
for file in `find ./docs/content -name "*.${locale}.md"`; do
file_en="${file/.${locale}/.en-us}"
if [ ! -f "$file_en" ]; then
continue