diff options
author | Yorhel <git@yorhel.nl> | 2009-10-07 14:52:59 +0200 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2009-10-07 14:54:20 +0200 |
commit | b5d713427538b4f78d2527fb32dd58238a491025 (patch) | |
tree | 11855e78f46aae1169530ed7f747a1fa9b007d94 /util | |
parent | de09cecb62a56a9dc017876d32c07e1a51f6378d (diff) |
L10N: Extracted VN relation editor
Diffstat (limited to 'util')
-rwxr-xr-x | util/jsgen.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/jsgen.pl b/util/jsgen.pl index 3afb371a..4ab856e5 100755 --- a/util/jsgen.pl +++ b/util/jsgen.pl @@ -26,7 +26,8 @@ my $jskeys = qr{^(?: _js_.+| _menu_emptysearch| _vnpage_uopt_(?:10?vote|rel.+)| - _rlst_[vr]stat_.+ + _rlst_[vr]stat_.+| + _vnedit_rel_(?:isa|of|addbut|del|none|findformat|novn|double) )$}x; sub l10n { |