From 757961bf62f73a4d86cfef83515ac3199982577c Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Thu, 6 Oct 2022 00:25:35 +0200 Subject: [PATCH] fix: fixed error in PR #79 --- lib/src/supported_locales.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/supported_locales.dart b/lib/src/supported_locales.dart index f01f927..c811c82 100644 --- a/lib/src/supported_locales.dart +++ b/lib/src/supported_locales.dart @@ -32,4 +32,5 @@ final supportedLocales = [ 'ru', 'ja', 'sv', + 'pt_BR', ];