mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: fix l10n error
This commit is contained in:
parent
faf13489a1
commit
9877c6a3b0
@ -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'),
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user