This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Initialized variables to defaults to avoid having to create | |
initializers to keep things simple. | |
*/ | |
class Superuser { | |
var canUseSudo: Bool = false | |
} | |
class User: Superuser { | |
var name: String = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localeIdentifier | Description | |
---|---|---|
eu | Basque | |
hr_BA | Croatian (Bosnia & Herzegovina) | |
en_CM | English (Cameroon) | |
rw_RW | Kinyarwanda (Rwanda) | |
en_SZ | English (Swaziland) | |
tk_Latn | Turkmen (Latin) | |
he_IL | Hebrew (Israel) | |
ar | Arabic | |
uz_Arab | Uzbek (Arabic) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AB": "Alberta", | |
"BC": "British Columbia", | |
"MB": "Manitoba", | |
"NB": "New Brunswick", | |
"NL": "Newfoundland and Labrador", | |
"NS": "Nova Scotia", | |
"ON": "Ontario", | |
"PE": "Prince Edward Island", | |
"QC": "Quebec", |