switched to local git instance

This commit is contained in:
Nico
2024-03-07 22:20:36 +01:00
commit 75083f2237
154 changed files with 11663 additions and 0 deletions

5
lib/l10n/l10n.dart Normal file
View File

@@ -0,0 +1,5 @@
import 'package:flutter/material.dart';
class L10n {
static final all = [const Locale('en'), const Locale('de')];
}