We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7779d commit 24dd77eCopy full SHA for 24dd77e
docs/scripts/trans-copy
@@ -28,6 +28,8 @@ for SOURCE in $(find ${ROOT}/content -type f -iname *.en-us.md); do
28
if [[ ! -f ${DEST} ]]; then
29
echo "Creating fallback for ${DEST#${ROOT}/content/}"
30
cp ${SOURCE} ${DEST}
31
+ sed -i.bak "s/en\-us/${LOCALE}/g" ${DEST}
32
+ rm ${DEST}.bak
33
fi
34
done
35
0 commit comments