Best Premium and Free WordPress Themes › Forums › SuperMagPro › Translation
Tagged: greek translation
- This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago by
acmesupports.
-
AuthorPosts
-
October 17, 2017 at 7:58 am #21173
Petros Filippidis
ParticipantHi! 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”
I think they are in the “content-author.php”
Thank you
PetrosOctober 17, 2017 at 3:36 pm #21178acmesupports
ModeratorHello 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 viaMO
file. Please take the reference via this link.Thank you
October 18, 2017 at 10:33 am #21210Petros Filippidis
ParticipantNo 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
October 18, 2017 at 10:48 am #21211Petros Filippidis
ParticipantStep 2 can be:
#msgid "string_for_translation"msgstr "translated_string"
October 18, 2017 at 12:10 pm #21215acmesupports
ModeratorThank you so much for helping us in this things.
-
AuthorPosts
- You must be logged in to reply to this topic.