Browse Source

Fix removing backslash before quotes in translations (#2831)

tags/v1.3.0-rc1
Lauris BH GitHub 7 years ago
parent
commit
7603638127
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -26,7 +26,7 @@ pipeline:
commands: commands:
- mv ./options/locale/locale_en-US.ini ./options/ - mv ./options/locale/locale_en-US.ini ./options/
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini - 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/ - mv ./options/locale_en-US.ini ./options/locale/
when: when:
event: [ push ] event: [ push ]


Loading…
Cancel
Save