Help translate the Backdrop User Interface. Use this forum for collaboration.
Topics | Comments | Posted |
Last comment![]() |
---|---|---|---|
Scandinavian translations? | 2 | 1 year 2 months ago | 1 year 2 months ago |
Russian language forum and translations | 0 | 1 year 3 months ago | 1 year 3 months ago |
Spanish language Forum and Documentation | 5 | 2 years 7 months ago | 1 year 8 months ago |
I am doing french translation | 6 | 2 years 12 months ago | 2 years 11 months ago |
Install new language | 1 | 3 years 1 month ago | 3 years 1 month ago |
Recent comments
My initial goal was to create a menu item that linked to a view that I had configured and that was being created on installation of the module, by including the view config file. To do this, I just...
How to programmatically create a menu link
Yep, node_save() is just a wrapper for $node->save(). This is because the latter is Object-Oriented Programming (OOP), and a lot of people aren't as familiar with that. So the former can be used...
Difference between node->save() and node_save($node)
Seems that they must be the same thing. https://docs.backdropcms.org/api/backdrop/core%21modules%21node%21node.m... I am wondering now if the different behavior I experienced was impacted by other...
Difference between node->save() and node_save($node)