Last active
May 19, 2019 03:53
-
-
Save squeaky-nose/b6bd3b0f365de6eede5472613570b060 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
UserDefaults.standard.set(false, forKey: "NSDoubleLocalizedStrings") | |
UserDefaults.standard.set(true, forKey: "NSAccentuateLocalizedStrings") | |
UserDefaults.standard.set(true, forKey: "NSSurroundLocalizedStrings") | |
UserDefaults.standard.set(true, forKey: "NSShowNonLocalizedStrings") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment