diff options
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ defaults write com.apple.BezelServices kDimTime -int 300 # Set language and text formats # Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with -# `Inches`, and `true` with `false`. +# `Inches`, `en_GB` with `en_US`, and `true` with `false`. defaults write NSGlobalDomain AppleLanguages -array "en" "nl" defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR" defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" |