diff --git a/_less/screen.less b/_less/screen.less index 301b8dc7..3f580c28 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -458,6 +458,20 @@ li{ text-align:center; } +.devprojectlist{ + overflow:hidden; +} +.devprojectlist>li{ + display:none; +} +.devprojectlist>li:first-child,.devprojectlist>li:first-child+li,.devprojectlist>li:first-child+li+li,.devprojectlist>li:first-child+li+li+li{ + display:list-item; +} +.devprojectlist>a{ + display:inline-block; + margin-top:5px; +} + .floatimg{ float:left; margin-right:10px; diff --git a/_templates/development.html b/_templates/development.html index c85693f9..3517a68a 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -39,6 +39,28 @@ id: development
{% endcase %} +{% case page.lang %} +{% when 'ar' %} +{% when 'es' %} +{% when 'fa' %} +{% when 'fr' %} +{% when 'it' %} +{% when 'nl' %} +{% when 'ru' %} +{% else %} +

{% translate more %}

+ +{% endcase %} +

{% translate contributors %}

{% translate contributorsorder %}

diff --git a/_translations/en.yml b/_translations/en.yml index c7dab0ee..eb55af2f 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -254,6 +254,8 @@ en: involve: "Get involved" involvetxt1: "Bitcoin development is open-source and any developer can contribute to the project. Everything you need is in the Github repository. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines." involvetxt2: "Development discussion takes place on github and the bitcoin-development mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (→web interface; logs)." + more: "More open-source projects" + moremore: "Show more.." contributors: "Bitcoin-Qt contributors" contributorsorder: "(Ordered by number of commits)" download: diff --git a/js/main.js b/js/main.js index c9495ec0..5742f03d 100644 --- a/js/main.js +++ b/js/main.js @@ -147,6 +147,24 @@ cancelEvent(e); } +function librariesShow(e){ +var p=t=getEventTarget(e); +while(p.nodeType!=1||p.nodeName!='UL')p=p.parentNode; +var sh=getHeight(p); +for(var i=0,nds=p.getElementsByTagName('LI'),n=nds.length;i