From 9d1b3b3db7e902ac7db9301df73e2e888473ecab Mon Sep 17 00:00:00 2001 From: Ryan Hanson <13651296+rxhanson@users.noreply.github.com> Date: Mon, 29 Jul 2019 17:15:40 +0200 Subject: [PATCH] Update Readme stating localization is needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 151520bc8..510947ced 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ Then restart the Rectangle app. ## Differences with Spectacle Spectacle used it's own keyboard shortcut recorder, while Rectangle uses [MASShortcut](https://github.com/shpakovski/MASShortcut), a well maintained open source library for shortcut recording in macOS apps. This cuts down dramatically on the number of bugs that were only in Spectacle because of the custom shortcut recorder. -There are still a number of Spectacle features that are not implemented in Rectangle, such as next/previous thirds. Feel free to send a pull request for anything missing. +Spectacle had everything localized, and Rectangle is still lacking localization. Feel free to send a pull request for this or anything else missing.