• Resolved habipermis

    (@habipermis)


    Hi

    Please help me about changing language

    I want to change in my language( TURKISH ) , I tried everything but there is no solution

    i have .po .mo. pot editor and I translated but after every succesfull appointment

    “Appointment has been successfully created.” apperars. But I want to change in my language.

    PLEASE HELP ME PLEASE 🙁

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi habi,

    When you used your pot editor, did it let you make a translation for that message? What filename did you save your translations as? Where did you place your files?

    Thread Starter habipermis

    (@habipermis)

    Thank You Very Much For Answering @etoilewebdesign

    changed files

    I changed above files

    Changed Language Files

    • This reply was modified 9 years ago by habipermis.
    • This reply was modified 9 years ago by habipermis.
    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Which of those files is yours?

    It needs to be named like “ultimate-appointment-scheduling-xx_XX”

    How did you “change” the files (i.e. using what program)?

    And you need to put them in the “lang” folder in our plugin’s files.

    Thread Starter habipermis

    (@habipermis)

    Hello @etoilewebdesign

    PLEASE  HELP FOR translate to My Language
    How Can I translate “Please select a valid appointment time before submitting the form.

    This line is not in .mo file

    I changed To TURKISH :)

    THIS IS TRANSLATED TO TURKISH .mo File

    Thanks @etoilewebdesign

    • This reply was modified 9 years ago by habipermis.
    • This reply was modified 9 years ago by habipermis.
    • This reply was modified 9 years ago by habipermis.
    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    If it isn’t found in the .pot file, then it’s likely that string hasn’t yet been localized in the code. If that’s the case, the only way to change it would be directly in the plugin code (keeping in mind that any changes made there are overwritten if you update the plugin). This string would be found in the “ewd-uasp-js.js” file in the “js” folder.

    Thread Starter habipermis

    (@habipermis)

    Hello @etoilewebdesign
    SUPER!!

    This string is in the “ewd-uasp-js.js” file in the “js” folder.

    Everything is GOOD!

    There is only a problem about TURKISH character.
    When I changed the string I wrote something included Turkish character that line in“ewd-uasp-js.js” but after that
    Turkish Character

    How can solve it?

    Thanks @etoilewebdesign

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi habi,

    You could try using HTML entity codes for the characters (https://dev.w3.org/html5/html-author/charref).

    Alternatively, you could look into forcing the JavaScript to load in utf-8, as discussed in the thread here: https://dev.w3.org/html5/html-author/charref.

    Thread Starter habipermis

    (@habipermis)

    Thank You Very MUCH @etoilewebdesign

    It’s OK!

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

The topic ‘Change Language’ is closed to new replies.