mirror of
https://github.com/Llewellynvdm/Joomla-XML-Lang-stream.git
synced 2024-11-24 11:37:32 +00:00
Fix comment lines skipping
This commit is contained in:
parent
bd5547a9b6
commit
55648108a4
2
run.sh
2
run.sh
@ -27,7 +27,7 @@ function main() {
|
|||||||
# now get the mapper data
|
# now get the mapper data
|
||||||
while IFS=$'\t' read -r -a row
|
while IFS=$'\t' read -r -a row
|
||||||
do
|
do
|
||||||
[[ "$row" =~ ^#.*$ ]] &&
|
[[ "$row" =~ ^#.*$ ]] && continue
|
||||||
# set the url
|
# set the url
|
||||||
URL_MAIN_LANG="${STREAM_ENDPOINT}&${URL_VERSION_KEY}=${row[0]}"
|
URL_MAIN_LANG="${STREAM_ENDPOINT}&${URL_VERSION_KEY}=${row[0]}"
|
||||||
# set the path
|
# set the path
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<errors>
|
<extensionset name="Accredited Joomla! Translations" description="Accredited Joomla! Translations Updates">
|
||||||
<error>
|
<extension name="German" element="de-DE" type="package" version="4.0.0-beta7.1" detailsurl="https://update.joomla.org/language/details4/de-DE_details.xml"/>
|
||||||
<message>CMS version required for export</message>
|
</extensionset>
|
||||||
</error>
|
|
||||||
</errors>
|
|
Loading…
Reference in New Issue
Block a user