summaryrefslogtreecommitdiffhomepage
path: root/scripts/tr
blob: 63e600bf7be2f2b67476da8571924f9fecbfc7c5 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

echo "$1" | sed -E '
	 s/((..):([^,]+))/@span lang="\2" .translation {-\3}/g
	 s/,//g
'