diff --git a/lib/locales/us.dart b/lib/locales/us.dart deleted file mode 100644 index 593423c..0000000 --- a/lib/locales/us.dart +++ /dev/null @@ -1,64 +0,0 @@ -import 'package:jade_gui/classes/location.dart'; - -List 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", - ), -];