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/Brazil.dart

15 lines
258 B
Dart

import '../classes/location.dart';
List<Location> brazil = [
Location(
region: "Brazil",
location: "Acre",
locale: "pt_BR.UTF-8 UTF-8",
),
Location(
region: "Brazil",
location: "DeNoronha",
locale: "pt_BR.UTF-8 UTF-8",
),
];