We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fef102 commit db5feb6Copy full SHA for db5feb6
darwin/macOS.sh
@@ -431,6 +431,9 @@ defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4
431
# Enable locate
432
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
433
434
+# Set Simplified Chinese as primary language in Maps
435
+defaults write com.apple.Maps AppleLanguages -array "zh-Hans" "en-US"
436
+
437
###############################################################################
438
# Kill affected applications #
439
0 commit comments