Mercurial > libervia-backend
comparison src/sat.tac @ 238:83d2bc0abf2a
version, README, CHANGELOG and INSTALL updates
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 12 Jan 2011 18:21:08 +0100 |
parents | b1794cbb88e5 |
children | e077f068ff57 |
comparison
equal
deleted
inserted
replaced
237:aae816738314 | 238:83d2bc0abf2a |
---|---|
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.3D', #Please add 'D' at the end for dev versions | 24 'client_version' : u'0.1.0', #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) |