Bläddra i källkod

Fix removing backslash before quotes in translations (#2831)

tags/v1.3.0-rc1
Lauris BH 6 år sedan
förälder
incheckning
9500ad1e92
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Visa fil

@@ -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 ]

Laddar…
Avbryt
Spara