Skip to content

Commit

Permalink
chore: fix l10n error
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 30, 2023
1 parent faf1348 commit 9877c6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/l10n/l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
9 changes: 9 additions & 0 deletions untranslated_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9877c6a

Please sign in to comment.