chore: fix l10n error

This commit is contained in:
Kingkor Roy Tirtho 2023-12-30 19:21:56 +06:00
parent faf13489a1
commit 9877c6a3b0
2 changed files with 10 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class L10n {
const Locale('hi', 'IN'), const Locale('hi', 'IN'),
const Locale('it', 'IT'), const Locale('it', 'IT'),
const Locale('ja', 'JP'), const Locale('ja', 'JP'),
const Locale('nl'. 'NL'), const Locale('nl', 'NL'),
const Locale('pl', 'PL'), const Locale('pl', 'PL'),
const Locale('pt', 'PT'), const Locale('pt', 'PT'),
const Locale('ru', 'RU'), const Locale('ru', 'RU'),

View File

@ -80,6 +80,15 @@
"explore_genres" "explore_genres"
], ],
"nl": [
"audio_source",
"go_to_album",
"discord_rich_presence",
"browse_all",
"genres",
"explore_genres"
],
"pl": [ "pl": [
"go_to_album", "go_to_album",
"discord_rich_presence", "discord_rich_presence",