aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-03-05 22:02:07 +0100
committerTeddy Wing2018-03-05 22:02:07 +0100
commit90f3251be14043f1f2bab183513a952e14ba365a (patch)
tree4b719a699b6cffc79c23f879c6960895c26ea344
parent0f63029e5caee5d1e51ba1802afb38624001e93f (diff)
downloadvim-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.gifbin0 -> 671231 bytes
-rw-r--r--README.md16
2 files changed, 16 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif
new file mode 100644
index 0000000..299845d
--- /dev/null
+++ b/Demo.gif
Binary files 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).