Skip to content

Commit

Permalink
fix(literals): English texts displaying in spanish (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: enriqueloz88 <[email protected]>
Co-authored-by: Oleksandr <[email protected]>
  • Loading branch information
3 people authored May 3, 2024
1 parent 4faaa80 commit e25645d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/i18n/strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e25645d

Please sign in to comment.