mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05: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('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'),
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user