You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade_gui/lib/locales/arctic.dart

10 lines
186 B
Dart

import 'package:jade_gui/classes/location.dart';
3 years ago
List<Location> arctic = const [
Location(
region: "Arctic",
location: "Longyearbyen",
locale: "no_NO.UTF-8 UTF-8",
)
];