Mercurial > libervia-backend
comparison sat.tac @ 210:9face609f83c
misc minor typos fixes, dev version
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 20 Dec 2010 00:52:18 +1100 |
parents | 92e4ddd580ae |
children | 5c420b1f1df4 |
comparison
equal
deleted
inserted
replaced
209:bab65733980a | 210:9face609f83c |
---|---|
19 along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 """ | 20 """ |
21 | 21 |
22 CONST = { | 22 CONST = { |
23 'client_name' : u'SàT (Salut à toi)', | 23 'client_name' : u'SàT (Salut à toi)', |
24 'client_version' : u'0.0.3', #Please add 'D' at the end for dev versions | 24 'client_version' : u'0.0.3D', #Please add 'D' at the end for dev versions |
25 'local_dir' : '~/.sat' | 25 'local_dir' : '~/.sat' |
26 } | 26 } |
27 | 27 |
28 import gettext | 28 import gettext |
29 gettext.install('sat', "i18n", unicode=True) | 29 gettext.install('sat', "i18n", unicode=True) |