Skip to content

Commit db5feb6

Browse files
committed
Set Simplified Chinese as primary language in Maps
1 parent 7fef102 commit db5feb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

darwin/macOS.sh

+3
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,9 @@ defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4
431431
# Enable locate
432432
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
433433

434+
# Set Simplified Chinese as primary language in Maps
435+
defaults write com.apple.Maps AppleLanguages -array "zh-Hans" "en-US"
436+
434437
###############################################################################
435438
# Kill affected applications #
436439
###############################################################################

0 commit comments

Comments
 (0)