Skip to content

Commit

Permalink
"Translatable" option not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignotus666 committed Aug 16, 2024
1 parent c666056 commit 45eebb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _po4a-tools/po4a-create-all-targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ process_with_po4a () {
OPTION=("skip_array")
elif [[ $ext == html || "$filename" == *'-index' ]] ; then # '-index.md' has a markdown extension but is actually html and should be processed as such by po4a
FILE_FORMAT=xml
OPTION=("ontagerror=silent" "translated=<img>" "attributes=<img>src <img>alt")
OPTION=("ontagerror=silent" "attributes=<img>src <img>alt")
elif [ $ext == md ] ; then
FILE_FORMAT=text
OPTION=("markdown")
Expand Down
2 changes: 1 addition & 1 deletion _po4a-tools/po4a-update-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ while IFS= read -r -d '' doc ; do
OPTION=("skip_array")
elif [[ $ext == html || "$filename" == *'-index' ]] ; then # '-index.md' has a markdown extension but is actually html and should be processed as such by po4a
FILE_FORMAT=xml
OPTION=("ontagerror=silent" "translated=<img>" "attributes=<img>src <img>alt")
OPTION=("ontagerror=silent" "attributes=<img>src <img>alt")
elif [ $ext == md ] ; then
FILE_FORMAT=text
OPTION=("markdown")
Expand Down

0 comments on commit 45eebb0

Please sign in to comment.