We should add the ability to specify an administrative language that gets used for all administrators. Essentially https://www.drupal.org/project/admin_language module.
Original issue from drupal.org: https://www.drupal.org/node/322995
My site's default language is Finnish but I need to use English for admin pages. There should be next to Default language option the second one where user could choose the admin language. I tried also to change language from my user account but it didn't make any change (bug?).
Changelog: https://www.drupal.org/node/1776768
This patch is actually quite trivial and being from 2012 is almost directly applicable to Backdrop.
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?