Skip to content

Commit e1f85fe

Browse files
committed
Add Weblate
1 parent 9fe2fa3 commit e1f85fe

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ These projects pledge to drop Python 2 support in or before 2020.
5252
- [![](assets/nikola.png)Nikola](https://getnikola.com) <!-- url:https://github.com/getnikola/nikola sg:1722 -->
5353
- [![](assets/xarray.png)xarray](https://xarray.pydata.org/) <!-- url:https://github.com/pydata/xarray sg:1271 -->
5454
- [![](assets/gluonnlp.png)GluonNLP](https://gluon-nlp.mxnet.io/) <!-- url:https://github.com/dmlc/gluon-nlp sg:1641 -->
55+
- [![](assets/weblate.png)Weblate](https://weblate.org/) <!-- url:https://github.com/WeblateOrg/weblate/ sg:1504 -->
5556
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran) <!-- url:https://github.com/serge-sans-paille/pythran sg:1093 -->
5657
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil) <!-- url:https://github.com/dateutil/dateutil sg:1001 -->
5758
- [![](//cherrypy.org/images/cherrypy.png)CherryPy](https://cherrypy.org/) <!-- url:https://github.com/cherrypy/cherrypy sg:991 -->

assets/weblate.png

6.93 KB
Loading

site.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ $(document).ready(function (){
203203
{content: '1.x', start: '2014-09-07', end:'2019-04-01', py2:true},
204204
{content: '2.x', start: '2019-04-01', end:'2023-12-31'},
205205
],
206+
'Weblate':[
207+
{content: '0.1 - 2.4 (Py2)', start: '2008-03-22', end:'2016-03-10', py2:true},
208+
{content: '2.5 - 3.11 (Py2,Py3)', start: '2016-03-10', end:'2020-04-01', py2:true},
209+
{content: '4.0 - (Py3)', start: '2020-04-01', end:'2023-12-31'},
210+
],
206211
'Tryton':[
207212
{content: '4.0', start: '2016-05-02', end: '2018-10-01', py2:true},
208213
{content: '4.2', start: '2016-11-28', end: '2019-05-01', py2:true},

0 commit comments

Comments
 (0)