Translate For SPPB Backend - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Translate For SPPB Backend

LA

Latypov Albert

SP Page Builder 2 years ago

Hi , Edit files so that you can translate to other languages

...\components\com_sppagebuilder\builder\settings\addon.php
    Line  36:           'title' => 'Spacing',
    Line  55:           'title' => 'Background Options',
    Line 315:           'title' => 'Use border',
    Line 355:           'title' => 'Animation',
    Line 402:           'title' => 'Miscellaneous',
    Line 436:           'title' => 'Custom Position',
    Line 509:           'title' => 'Width',
    Line 530:           'title' => 'Responsive',
    Line 568:           'title' => 'Miscellaneous',
    Line 798:           'title' => 'Move movement',

...\components\com_sppagebuilder\builder\settings\column.php
    Line  18:             'title' => 'Basic',
    Line  22:             'title' => 'Width',
    Line  37:             'title' => 'Spacing',
    Line  53:             'title' => 'Background Options',
    Line 222:             'title' => 'Overlay Options',
    Line 336:             'title' => 'Heights',
    Line 371:             'title' => 'Use border',
    Line 409:             'title' => 'Miscellaneous',
    Line 456:             'title' => 'Column Ordering',
    Line 541:             'title' => 'Visibility',
    Line 578:             'title' => 'Animations',

...\components\com_sppagebuilder\builder\settings\row.php
    Line   17:             'title' => 'Basic',
    Line   27:             'title' => 'Fill Columns',
    Line   40:             'title' => 'Background',
    Line  293:             'title' => 'Overlay',
    Line  405:             'title' => 'Column alignment',
    Line  514:             'title' => 'Height options',
    Line  853:             'title' => 'Miscellaneous',
    Line  884:             'title' => 'Title content',
    Line  968:             'title' => 'Visibility', 

-Thanks

0
3 Answers
LA
Latypov Albert
Accepted Answer
2 years ago #123635
...\components\com_sppagebuilder\addons\heading\admin.php
    Line  90:           'title' => 'Icon',
    Line 115:           'title' => 'Title Spacing', 
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #123644

Hi there!

Thanks for reaching out to us.

Will you please explain it more? Do you want to translate SPPB editor panel?

Have you go throught his blog post, please?

https://www.joomshaper.com/blog/how-to-make-sp-page-builder-speak-your-language

Hope this helps anyway!

Best Regards

0
LA
Latypov Albert
Accepted Answer
2 years ago #123647

Line

'title' => 'Spacing',

change to

'title' => Text::_('COM_SPPAGEBUILDER_GLOBAL_SPACING'),
0