Skip to content

Commit

Permalink
Release 2.24
Browse files Browse the repository at this point in the history
Added more languages
  • Loading branch information
brewster76 committed Oct 3, 2016
1 parent a0bd8a2 commit df691e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Installation
============

Before we begin...
1) This release (v2.23) has been tested on Weewx version 3.0.1, on Ubuntu linux 14.04 and on a Raspberry Pi running
1) This release (v2.24) has been tested on Weewx version 3.0.1, on Ubuntu linux 14.04 and on a Raspberry Pi running
wheezy.
Versions of Weewx before v3 will not work. The earlier release v2.01 is on github and works with Weewx 2.4 - 2.7.
2) This has been tested on sqlite databases. Mysql and any other Weewx supported databases should work too.
Expand Down
13 changes: 8 additions & 5 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@ def __init__(self):
['skins/Bootstrap/js/bootstrap.min.js',
'skins/Bootstrap/js/ekko-lightbox.min.js']),
('skins/languages',
['skins/languages/espanol.conf',
'skins/languages/francais.conf',
'skins/languages/italian.conf',
'skins/languages/german.conf'])]
['skins/languages/catala.conf',
'skins/languages/dutch.conf',
'skins/languages/espanol.conf',
'skins/languages/finnish.conf',
'skins/languages/francais.conf',
'skins/languages/german.conf',
'skins/languages/italian.conf'])]

super(BootstrapInstaller, self).__init__(
version="2.23",
version="2.24",
name='bootstrap',
description='A skin based around the bootstrap 3.2.0 framework',
author="Nick Dajda",
Expand Down

0 comments on commit df691e2

Please sign in to comment.