From de9915023d7de1f9dec40e48c7256774089c2a47 Mon Sep 17 00:00:00 2001
From: Lunny Xiao <xiaolunwen@gmail.com>
Date: Wed, 1 Nov 2017 20:52:48 +0800
Subject: [PATCH] Fix wrong translations (#2818)

* fix wrong translations

* fix tab on yml
---
 .drone.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index f8dc0c9d25..5151c2a336 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,6 +21,15 @@ pipeline:
       event: [ push ]
       branch: [ master ]
 
+  update-translations:
+    image: alpine:3.6
+    commands:
+      - sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
+      - sed -i -e 's/\\"/"/g' ./options/locale/*.ini
+    when:
+      event: [ push ]
+      branch: [ master ]
+
   git_push:
     image: appleboy/drone-git-push
     pull: true