From b1704654e12511ad6cc30ee79fa008ec9692962b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 21 Jul 2019 13:32:34 +0200 Subject: [PATCH] Add the corrupted_toml string --- locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/en.json b/locales/en.json index 0091b232..60e4d18b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -43,6 +43,7 @@ "unknown_error_reading_file": "Unknown error while trying to read file {file:s}", "corrupted_json": "Corrupted json read from {ressource:s} (reason: {error:s})", "corrupted_yaml": "Corrupted yaml read from {ressource:s} (reason: {error:s})", + "corrupted_toml": "Corrupted toml read from {ressource:s} (reason: {error:s})", "error_writing_file": "Error when writing file {file:s}: {error:s}", "error_removing": "Error when removing {path:s}: {error:s}", "error_changing_file_permissions": "Error when changing permissions for {path:s}: {error:s}",