mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 17:37:31 +00:00
Added Dutch
my contribution credentials included
This commit is contained in:
parent
e5b8be83d4
commit
80c48d5eac
@ -8,6 +8,7 @@
|
|||||||
/// yuri-val@github => Ukrainian
|
/// yuri-val@github => Ukrainian
|
||||||
/// energywave@github, ncvescera@github, OpenCode@github => Italian
|
/// energywave@github, ncvescera@github, OpenCode@github => Italian
|
||||||
/// mdksec@github => Turkish
|
/// mdksec@github => Turkish
|
||||||
|
/// SecularSteve@github => Dutch
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
class L10n {
|
class L10n {
|
||||||
@ -23,6 +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('pl', 'PL'),
|
const Locale('pl', 'PL'),
|
||||||
const Locale('pt', 'PT'),
|
const Locale('pt', 'PT'),
|
||||||
const Locale('ru', 'RU'),
|
const Locale('ru', 'RU'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user