aboutsummaryrefslogtreecommitdiff
path: root/trayfreq-set
blob: f4099c6f029c39f8ad4fad56085fe9891d29fe3d (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-set-fr $@
else
	trayfreq-set-en $@
fi