Translation - Acme Themes
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21173
    Petros Filippidis
    Participant

    Hi! I want to add some words in Greek translation that you missed… How can I do this?

    Here is an image of not translated words: “Written by” & “Website”
    Missing translation

    I think they are in the “content-author.php”

    Thank you
    Petros

    #21178
    acmesupports
    Moderator

    Hello Petros Filippidis,
    Thank you for using the support forum for the queries.
    Some string comes from WordPress core itself. So, you need to translate it via core translation as well. But if you get such text in theme, you can translate via MO file. Please take the reference via this link.

    Thank you

    #21210
    Petros Filippidis
    Participant

    No these words don’t come from wordpress core. They are spefic from SuperMagPro and from “content-author.php”.

    This is what I did and it Worked fine:

    Downloaded “/wp-content/languages/themes/supermag-el.po” & “/wp-content/languages/themes/supermag-el.mo” files from supermag free theme (not PRO). (Most of PRO theme strings are allready translated there!)

    1) Open “/wp-content/languages/themes/supermag-el.po” with text editor
    2) Add # "msgid "Written by"msgstr "Συντάκτης:"# "msgid "Website"msgstr "Ιστοσελίδα" at the end of text
    4) Save file (from txt editor)
    5) Open again “/wp-content/languages/themes/supermag-el.po” this time with Poedit. You should now see this words at the end of all translations…
    6) Save file without doing any modifications.
    7) Upload to server “/wp-content/languages/themes/”. Keep backup of original files in case something goes wrong.

    There you go!! you have added this words and everything is good

    #21211
    Petros Filippidis
    Participant

    Step 2 can be:

    #msgid "string_for_translation"msgstr "translated_string"

    #21215
    acmesupports
    Moderator

    Thank you so much for helping us in this things.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.