From bb51b57a9966e881274219863d9f4e0be788297c Mon Sep 17 00:00:00 2001 From: amy Date: Fri, 6 May 2022 07:54:28 +0000 Subject: [PATCH] delete us locales, fix #6 --- lib/locales/us.dart | 64 --------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 lib/locales/us.dart 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", - ), -];