]> source.dussan.org Git - gitea.git/commitdiff
Fix removing backslash before quotes in translations (#2831)
authorLauris BH <lauris@nix.lv>
Thu, 2 Nov 2017 23:33:43 +0000 (01:33 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2017 23:33:43 +0000 (01:33 +0200)
.drone.yml

index ac513ff34b9b982a8d316e7bfa0fa673b42b13aa..ac69c30dcd0fdfb7ef5c730d3266ff27e0f605d8 100644 (file)
@@ -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 ]