summaryrefslogtreecommitdiff
path: root/snippets/po.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/po.snippets')
-rw-r--r--snippets/po.snippets5
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/po.snippets b/snippets/po.snippets
new file mode 100644
index 0000000..84916fa
--- /dev/null
+++ b/snippets/po.snippets
@@ -0,0 +1,5 @@
+snippet msg
+ msgid "${1}"
+ msgstr "${2}"
+
+ ${0}