delete us locales, fix #6
parent
c929abf951
commit
bb51b57a99
@ -1,64 +0,0 @@
|
|||||||
import 'package:jade_gui/classes/location.dart';
|
|
||||||
|
|
||||||
List<Location> us = const [
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Alaska",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Aleutian",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Arizona",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Central",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Eastern",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "East-Indiana",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Hawaii",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Indiana-Starke",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Michigan",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Mountain",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Pacific",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
Location(
|
|
||||||
region: "US",
|
|
||||||
location: "Samoa",
|
|
||||||
locale: "en_US.UTF-8 UTF-8",
|
|
||||||
),
|
|
||||||
];
|
|
Loading…
Reference in New Issue