6 lines
123 B
Text
6 lines
123 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: trans with cap
|
||
|
# key: trans
|
||
|
# condition: pony-tpl-minor-mode
|
||
|
# --
|
||
|
{% trans "$1"|capfirst %}
|