aboutsummaryrefslogtreecommitdiff
path: root/trayfreq
blob: 8686b410deba6da74c106ffe789ffc00b7e5b3ea (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/bash

lang=$(locale | grep LANGUAGE | cut -d= -f2 | cut -d_ -f1)

if [ lang = "fr" ]; then
	trayfreq-fr $@
else
	trayfreq-en $@
fi