Who is currently in charge of the international…

Who is currently in charge of the international sites? Specifically the forums?

I’ve been trying to get the Hebrew forums ready for prime-time so I can launch them officially with 3.2 (only four years later then I originally planned to do this). There are some issues I wanted to get sorted first:

  • The forums are poorly integrated with the rest of local site. They don’t use the same theme, which can be confusing. Especially the headerHeader The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitor’s opinion about your content and you/ your organization’s brand. It may also look different on different screen sizes. is different – there’s a different menu, different header image, and the image links to the main WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ site instead of local site.
  • The RTL styles need some tweaks. The file in question is https://s.w.org/style/forum-wp4-rtl.css but I don’t know where it’s Trac’d and where to report issues with it. From what I noticed so far I think it’s really just a few lines:
#pages a:after, #pages span:after { content: "200F"; }
#pagebody table.widefat th { text-align: right; }
#pagebody ol#thread { list-style: none; }
#footer iframe, #footer p { float: left; }
#footer h6 { float: right; }

As far as I know, this is actually the only forum that uses the RTL styles. What other teams use the forums or want to start using them, with or without RTL?

I’d be happy to help with patches to the best of my abilities – just point me in the right direction 🙂

#forums