Help translate the Backdrop User Interface. Use this forum for collaboration.
Topics | Comments | Posted | Last comment |
---|---|---|---|
Install new language | 1 | 5 years 8 months ago | 5 years 8 months ago |
I am doing french translation | 6 | 5 years 6 months ago | 5 years 6 months ago |
Russian language forum and translations | 0 | 3 years 9 months ago | 3 years 9 months ago |
Scandinavian translations? | 10 | 3 years 8 months ago | 1 year 8 months ago |
Spanish language Forum and Documentation | 7 | 5 years 2 months ago | 1 year 7 months ago |
Login link doesn't work Accepted answer | 7 | 1 year 7 months ago | 1 year 6 months ago |
Greek translation | 0 | 10 months 1 day ago | 10 months 1 day ago |
Quickly get a translation | 3 | 1 week 3 days ago | 1 week 2 days ago |
Recent comments
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3 https://github.com/backdrop/backdrop-issues/issues/5795 I can't be at the meeting this...
Dec 5th Weekly Dev Meeting
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
How to include other files in module?
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside. The YouTube module gives an example: <?php /** * @file * Youtube field module adds...
How to include other files in module?