From 90f3251be14043f1f2bab183513a952e14ba365a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 5 Mar 2018 22:02:07 +0100 Subject: Add README * Copy over plugin description from the Vim doc * Show demo gif screencast * Include license information --- Demo.gif | Bin 0 -> 671231 bytes README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Demo.gif create mode 100644 README.md diff --git a/Demo.gif b/Demo.gif new file mode 100644 index 0000000..299845d Binary files /dev/null and b/Demo.gif differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..77c8451 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +vim-rails-locale-alternate +========================== + +Makes it easier to open alternate Rails locale files. While editing a locale +file, you may want to reference the translations of another language. This +plugin provides commands to open a different language version of the current +locale file in a separate window. + + +## Demo +![Screencast](./Demo.gif) + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). -- cgit v1.2.3