Skip to content

Commit 1ad8969

Browse files
author
Masafumi Yokoyama
committed
plugin altr: Add a setting for projects using gettext such as Groonga
1 parent 56cdd18 commit 1ad8969

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin-settings/altr.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22

33
call altr#define('%.js', '%.controller.js', '%.html')
44
call altr#define('%.service.js', '%.service.spec.js')
5+
6+
" gettext
7+
call altr#define('doc/source/%.rst', 'doc/locale/ja/LC_MESSAGES/%.po')

0 commit comments

Comments
 (0)