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.
65 lines
1.4 KiB
Python
65 lines
1.4 KiB
Python
from jade_gui.classes.locale import locale
|
|
|
|
atlantic = [
|
|
locale(
|
|
region="atlantic",
|
|
location="Azores",
|
|
locales="pt_PT.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Bermuda",
|
|
locales="en_GB.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Canary",
|
|
locales="es_ES.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Cape_Verde",
|
|
locales="pt_PT.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Faeroe",
|
|
locales="en_GB.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Faroe",
|
|
locales="en_GB.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Jan_Mayen",
|
|
locales="nb_NO.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Madeira",
|
|
locales="pt_PT.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Reykjavik",
|
|
locales="is_IS.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="South_Georgia",
|
|
locales="en_GB.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="Stanley",
|
|
locales="en_GB.UTF-8 UTF-8",
|
|
),
|
|
locale(
|
|
region="atlantic",
|
|
location="St_Helena",
|
|
locales="en_GB.UTF-8 UTF-8",
|
|
),
|
|
]
|