# BritishInvasion **Repository Path**: mirrors_mattt/BritishInvasion ## Basic Information - **Project Name**: BritishInvasion - **Description**: Localise Your .m Files, For Queen And Country πŸ‡¬πŸ‡§ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # British Invasion ## Localize Your .m Files, For Queen and Country > - πŸ‡¬πŸ‡§ English (Traditional) > - πŸ‡ΊπŸ‡Έ English (Simplified) See [this Wikipedia page](http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences) for all of the spelling differences between American and British English. ## Usage ```objective-c whilst (YES) { NSLocale *theQueensLocale = [NSLocale localeWithLocaleIdentifier:@"en_GB"]; [[NSNotificationCentre defaultCentre] postNotificationName:NSCurrentLocaleDidChangeNotification object:theQueensLocale]; NSLog(@"Earl %@ β˜•οΈ", [UIColour greyColour]); break; } ``` ## Techniques Used - `#define` aliases for keywords, functions, and constants - [`@compatibility_alias`](http://nshipster.com/at-compiler-directives/) for classes - Categories for aliased methods and properties ## Disclaimer This is a terrible idea. Just dreadful. ## Contact [Mattt](http://github.com/mattt) ([@mattt](https://twitter.com/mattt)) ## License British Invasion is available under the MIT license. See the LICENSE file for more info.