From 8aaa63b93a4709ea1916ba23eec29b21a132afa7 Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Thu, 6 Oct 2022 00:17:37 +0200 Subject: [PATCH] fix: fixed error in PR #70 --- lib/src/supported_locales.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/supported_locales.dart b/lib/src/supported_locales.dart index a8407d0..da5e4fa 100644 --- a/lib/src/supported_locales.dart +++ b/lib/src/supported_locales.dart @@ -30,5 +30,5 @@ final supportedLocales = [ //'oc', 'pt_PT', 'ru', - 'ja'’ + 'ja', ];