From 8599eea4dc4c249adeb43858e8df0ee82304a0c0 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 31 Jan 2019 19:41:46 +0100 Subject: [locales] add ru locale and update all --- locales/en-US/messages.gotext.json | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'locales/en-US/messages.gotext.json') diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json index aa6dbd4..566b153 100644 --- a/locales/en-US/messages.gotext.json +++ b/locales/en-US/messages.gotext.json @@ -1,26 +1,6 @@ { "language": "en-US", "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "An error has ocurred initializing the VPN: {Err}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ], - "fuzzy": true - }, { "id": [ "donationText", @@ -349,6 +329,26 @@ } ], "fuzzy": true + }, + { + "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "An error has ocurred initializing the VPN: {Err}", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Err", + "string": "%[1]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 1, + "expr": "err" + } + ], + "fuzzy": true } ] } -- cgit v1.2.3