From 9877c6a3b0f403e84f5b224060123406fe188f04 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sat, 30 Dec 2023 19:21:56 +0600 Subject: [PATCH] chore: fix l10n error --- lib/l10n/l10n.dart | 2 +- untranslated_messages.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/l10n/l10n.dart b/lib/l10n/l10n.dart index 3434cf66..47e5eb99 100644 --- a/lib/l10n/l10n.dart +++ b/lib/l10n/l10n.dart @@ -24,7 +24,7 @@ class L10n { const Locale('hi', 'IN'), const Locale('it', 'IT'), const Locale('ja', 'JP'), - const Locale('nl'. 'NL'), + const Locale('nl', 'NL'), const Locale('pl', 'PL'), const Locale('pt', 'PT'), const Locale('ru', 'RU'), diff --git a/untranslated_messages.json b/untranslated_messages.json index 66d8c7b2..5d165f85 100644 --- a/untranslated_messages.json +++ b/untranslated_messages.json @@ -80,6 +80,15 @@ "explore_genres" ], + "nl": [ + "audio_source", + "go_to_album", + "discord_rich_presence", + "browse_all", + "genres", + "explore_genres" + ], + "pl": [ "go_to_album", "discord_rich_presence",