This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
British Invasion
- π¬π§ English (Traditional)
- πΊπΈ English (Simplified)
See this Wikipedia page for all of the spelling differences between American and British English.
Usage
whilst (YES) { NSLocale *theQueensLocale = [NSLocale localeWithLocaleIdentifier:@"en_GB"]; [[NSNotificationCentre defaultCentre] postNotificationName:NSCurrentLocaleDidChangeNotification object:theQueensLocale]; NSLog(@"Earl %@ βοΈ", [UIColour greyColour]); break; }
Techniques Used
#definealiases for keywords, functions, and constants@compatibility_aliasfor classes- Categories for aliased methods and properties
Disclaimer
This is a terrible idea. Just dreadful.
Contact
License
British Invasion is available under the MIT license. See the LICENSE file for more info.