diff options
author | Teddy Wing | 2018-03-05 22:02:07 +0100 |
---|---|---|
committer | Teddy Wing | 2018-03-05 22:02:07 +0100 |
commit | 90f3251be14043f1f2bab183513a952e14ba365a (patch) | |
tree | 4b719a699b6cffc79c23f879c6960895c26ea344 | |
parent | 0f63029e5caee5d1e51ba1802afb38624001e93f (diff) | |
download | vim-rails-locale-alternate-90f3251be14043f1f2bab183513a952e14ba365a.tar.bz2 |
Add README
* Copy over plugin description from the Vim doc
* Show demo gif screencast
* Include license information
-rw-r--r-- | Demo.gif | bin | 0 -> 671231 bytes | |||
-rw-r--r-- | README.md | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif Binary files differnew file mode 100644 index 0000000..299845d --- /dev/null +++ b/Demo.gif 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 + + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |