Skip to content

Instantly share code, notes, and snippets.

@hughlilly
Created September 28, 2021 23:05
Show Gist options
  • Save hughlilly/55d3a966709fdbed4d132acaadf672ac to your computer and use it in GitHub Desktop.
Save hughlilly/55d3a966709fdbed4d132acaadf672ac to your computer and use it in GitHub Desktop.
plist export of 2 te reo Māori text replacements for macOS
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>phrase</key>
<string>Māori</string>
<key>shortcut</key>
<string>maori</string>
</dict>
<dict>
<key>phrase</key>
<string>te reo Māori</string>
<key>shortcut</key>
<string>TRM</string>
</dict>
</array>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment