From af04003d9e37ef4a08c29e967962df40d2541660 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 27 Apr 2020 19:56:09 +0200 Subject: [i18n] Update locales, add german and a README notice about transifex --- locales/en-US/messages.gotext.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'locales/en-US') diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json index cbf835d..3571ef7 100644 --- a/locales/en-US/messages.gotext.json +++ b/locales/en-US/messages.gotext.json @@ -1,25 +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" - } - ] - }, { "id": [ "donationText", @@ -330,6 +311,25 @@ "expr": "config.ApplicationName" } ] + }, + { + "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" + } + ] } ] } -- cgit v1.2.3