Home Forums GetFund – A Professional Laravel Crowdfunding Platform Registration – some texts can not be translated

Viewing 9 replies - 1 through 9 (of 9 total)
  • #1312

    Krystian96
    Participant

    Check this /classifieds/resources/lang/en/passwords LINE 16,17,18,19,20 and then upload the file back.

    Best wishes

    Krystian

    #1313

    Daffson
    Participant

    I have this file completely translated but it has no effect.

    #1314

    Krystian96
    Participant

    Did you upload this file again?

    #1316

    Daffson
    Participant

    Of course. Thank you for your willingness, but I will wait for the answer from @Katherine

    #1317

    Hi

    To translate this system string, please translate the below file

    /root/resources/lang/en/validation.php by following below rules

    You have to keep :attribute text untranslated, it will be change by your input name, and translate all others. Example

    'accepted' => 'The :attribute must be accepted.',
    Will be translated to spanish

    'accepted' => 'El :attribute debe ser aceptado.',

    Hope it will help you

    Best regards

    #1318

    Please don’t translate the words which starts with :

    #1319

    Daffson
    Participant

    Thank you. Where do I translate the attribute? For example, “password”?
    Translation:
         'confirmed' => 'Potvrzení pro :attribute se neshoduje.',
    Result:
    “PotvrzenĂ­ pro password se neshoduje.”

    #1321

    To translate any attribute name, you will get an empty attributes array in bottom of file /root/resources/lang/en/validation.php

    Replace
    'attributes' => [],

    with

        'attributes' => [
            'password'  => 'Heslo',
        ],

    Add all of your attribute and translate them into attributes array

    Best regards

    #1322

    Daffson
    Participant

    Great, thank you.

Viewing 9 replies - 1 through 9 (of 9 total)

Purchase for access

Buy a copy of GetFund – A Professional Laravel Crowdfunding Platform for access to our member center.

Buy