File tree Expand file tree Collapse file tree 5 files changed +26
-4
lines changed
assets/stylesheets/contrib Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -2311,6 +2311,11 @@ form#new_diary > p:nth-child(4) {
23112311 position : relative ;
23122312 top : 2px ;
23132313}
2314+ * :not (.markItUpHeader ) > ul > .link [lang = " ee" ]:before {
2315+ content : url (" /images/langs/ee.png" );
2316+ position : relative ;
2317+ top : 2px ;
2318+ }
23142319* :not (.markItUpHeader ) > ul > .link [lang = " el" ]:before {
23152320 content : url (" /images/contrib/grayscale/flags/el.png" );
23162321 position : relative ;
@@ -2391,6 +2396,11 @@ form#new_diary > p:nth-child(4) {
23912396 position : relative ;
23922397 top : 2px ;
23932398}
2399+ * :not (.markItUpHeader ) > ul > .link [lang = " wq" ]:before {
2400+ content : url (" /images/langs/wq.png" );
2401+ position : relative ;
2402+ top : 2px ;
2403+ }
23942404#phare .link ,
23952405#phare .meta ,
23962406#phare footer {
Original file line number Diff line number Diff line change @@ -763,6 +763,9 @@ li.link[lang="da"] {
763763li .link [lang = " de" ] {
764764 list-style : url (" /images/langs/de.png" );
765765}
766+ li .link [lang = " ee" ] {
767+ list-style : url (" /images/langs/ee.png" );
768+ }
766769li .link [lang = " el" ] {
767770 list-style : url (" /images/langs/el.png" );
768771}
@@ -811,6 +814,9 @@ li.link[lang="sv"] {
811814li .link [lang = " xx" ] {
812815 list-style : url (" /images/langs/xx.png" );
813816}
817+ li .link [lang = " wq" ] {
818+ list-style : url (" /images/langs/wq.png" );
819+ }
814820
815821div .content a [href ^= " /wiki/" ],
816822div .content a [href ^= " //linuxfr.org/wiki/" ] {
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ li.link[lang="da"] {
1515li .link [lang = " de" ] {
1616 list-style-image : url (" /images/langs/de.png" );
1717}
18+ li .link [lang = " ee" ] {
19+ list-style-image : url (" /images/langs/ee.png" );
20+ }
1821li .link [lang = " el" ] {
1922 list-style-image : url (" /images/langs/el.png" );
2023}
@@ -63,3 +66,6 @@ li.link[lang="sv"] {
6366li .link [lang = " xx" ] {
6467 list-style-image : url (" /images/langs/xx.png" );
6568}
69+ li .link [lang = " wq" ] {
70+ list-style-image : url (" /images/langs/wq.png" );
71+ }
Original file line number Diff line number Diff line change 33 - c.image = mini_avatar_img(preview.node.user)
44 - c.body = capture do
55 %ul
6- %li {lang: preview.lang}= " #{ link_to preview.link, preview.link, hreflang: preview.lang } " .html_safe
6+ %li .link {lang: preview.lang}= " #{ link_to preview.link, preview.link, hreflang: preview.lang } " .html_safe
Original file line number Diff line number Diff line change 44Logo . image = '/images/logos/linuxfr2_classic.png'
55
66# Langs
7- Lang [ 'fr' ] = 'Français'
7+ Lang [ 'xx' ] = '!? hmmm ?!' # default choice
8+ Lang [ 'fr' ] = 'Français' # main language, then others sorted
89Lang [ 'de' ] = 'Allemand'
910Lang [ 'en' ] = 'Anglais'
1011Lang [ 'eu' ] = 'Basque'
1112Lang [ 'ct' ] = 'Catalan'
1213Lang [ 'cn' ] = 'Chinois'
14+ Lang [ 'wq' ] = 'Code/binaire'
1315Lang [ 'ko' ] = 'Coréen'
1416Lang [ 'da' ] = 'Danois'
1517Lang [ 'es' ] = 'Espagnol'
2426Lang [ 'pt' ] = 'Portugais'
2527Lang [ 'ru' ] = 'Russe'
2628Lang [ 'sv' ] = 'Suédois'
27- Lang [ 'xx' ] = '!? hmmm ?!'
28- Lang [ 'wq' ] = 'Code/binaire'
2929
3030# Category
3131%w( Autres Administration\ site Commentaires Feuilles\ de\ style\ (CSS) Dépêches Forums Journaux Modération Proposition Recherche Sondages Suivi Barre\ d’outils Tribune Wiki Avatars Étiquettes Vieux\ navigateurs Comptes\ utilisateurs Statistiques Rédaction Administration\ système À\ ranger\ quelque\ part Aide\ et\ documentation Notifications Syntaxe\ markdown API\ OAuth Images Flux\ Atom Epub Liens ) . each do |cat |
You can’t perform that action at this time.
0 commit comments