Added Dutch

my contribution credentials included
This commit is contained in:
SecularSteve 2023-12-29 08:43:28 +01:00 committed by GitHub
parent e5b8be83d4
commit 80c48d5eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
/// yuri-val@github => Ukrainian
/// energywave@github, ncvescera@github, OpenCode@github => Italian
/// mdksec@github => Turkish
/// SecularSteve@github => Dutch
import 'package:flutter/material.dart';
class L10n {
@ -23,6 +24,7 @@ class L10n {
const Locale('hi', 'IN'),
const Locale('it', 'IT'),
const Locale('ja', 'JP'),
const Locale('nl'. 'NL'),
const Locale('pl', 'PL'),
const Locale('pt', 'PT'),
const Locale('ru', 'RU'),