dotfiles/.config/nvim/snippets/po.snippets

6 lines
48 B
Plaintext
Raw Normal View History

snippet msg
msgid "${1}"
msgstr "${2}"
${0}