diff --git a/Scripts/Bash/Functions/Render/render_doIdentityTMarkers.sh b/Scripts/Bash/Functions/Render/render_doIdentityTMarkers.sh index 9225574..6822ba0 100755 --- a/Scripts/Bash/Functions/Render/render_doIdentityTMarkers.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityTMarkers.sh @@ -31,7 +31,9 @@ function render_doIdentityTMarkers { # Apply specific replacements for specific translation markers. - render_doIdentityTMarkersSpecifics + if [[ -f $TRANSLATION ]];then + render_doIdentityTMarkersSpecifics + fi # Apply common replacements for common translation markers. render_doIdentityTMarkersCommons