From 843e0901e3393ebf8677222e9547f998b8aee47b Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Thu, 6 Oct 2022 00:20:57 +0200 Subject: [PATCH] fix: fixed error in PR #76 --- 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 da5e4fa..f01f927 100644 --- a/lib/src/supported_locales.dart +++ b/lib/src/supported_locales.dart @@ -31,4 +31,5 @@ final supportedLocales = [ 'pt_PT', 'ru', 'ja', + 'sv', ];