From e25645d4e742fa8c3c84ff77def8881a35ab82d6 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 3 May 2024 16:56:42 +0300 Subject: [PATCH] fix(literals): English texts displaying in spanish (#159) Co-authored-by: enriqueloz88 Co-authored-by: Oleksandr --- lib/i18n/strings_en.json | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/i18n/strings_en.json b/lib/i18n/strings_en.json index e5b39074..abe79eb9 100644 --- a/lib/i18n/strings_en.json +++ b/lib/i18n/strings_en.json @@ -28,8 +28,8 @@ "show-more-fields": "Show more fields", "show-less-fields": "Show less fields", "CLIPBOARD": { - "success": "{{x}} copiado al portapapeles", - "error": "Error al copiar" + "success": "{{x}} copied to the clipboard", + "error": "Error copying" }, "TIME": { "start-date": "Start date", diff --git a/pubspec.yaml b/pubspec.yaml index bebff695..9f3ea288 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ publish_to: 'none' # The X represents the major releases, and can be up to infinity. Never start by a zero # The Y represents the minor releases, and can be up to 99. Always start by a zero # The Z represents the patch releases, and can be up to 999. Always start by a zero -version: 6.0.1+600001 +version: 6.0.2+600002 environment: sdk: '>=3.2.0 <4.0.0'