Skip to content

Commit 903071e

Browse files
author
Masafumi Yokoyama
committed
plugin altr: Simplify
1 parent e0e69e8 commit 903071e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

plugin-settings/altr.vim

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ call altr#define('%.js', '%.controller.js', '%.html')
44
call altr#define('%.service.js', '%.service.spec.js')
55

66
" gettext
7-
call altr#define('doc/source/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
8-
call altr#define('doc/source/%/%.%', 'doc/locale/ja/LC_MESSAGES/%.po')
9-
call altr#define('doc/locale/ja/LC_MESSAGES/%.po', 'doc/source/%.*')
10-
"call altr#define('doc/locale/ja/LC_MESSAGES/%.po', 'doc/source/%/')
11-
"call altr#define('doc/locale/ja/LC_MESSAGES/%.po', 'doc/source/')
7+
call altr#define('doc/source/%/%.*', 'doc/locale/ja/LC_MESSAGES/%.po')
8+
call altr#define('doc/source/%.*', 'doc/locale/ja/LC_MESSAGES/%.po')
129

1310
" Jekyll
1411
call altr#define('ja/_posts/%', 'en/_posts/%')

0 commit comments

Comments
 (0)