Fix removing backslash before quotes in translations (#2831)
This commit is contained in:
parent
1f04c00e2f
commit
9500ad1e92
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pipeline:
|
|||
commands:
|
||||
- mv ./options/locale/locale_en-US.ini ./options/
|
||||
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
|
||||
- sed -i -e 's/\\"/"/g' ./options/locale/*.ini
|
||||
- sed -i -e 's/\\\\"/"/g' ./options/locale/*.ini
|
||||
- mv ./options/locale_en-US.ini ./options/locale/
|
||||
when:
|
||||
event: [ push ]
|
||||
|
|
Reference in a new issue