Language - LatestNews+
- Posted by Anders (2) Offline
Hello
I'm using the LatestNews+ module on a swedish site and I wish to know in what file or where i can change the text "More in". I wish to translate it into swedish.
8 years 5 months ago #1
by Anders
I'm using the LatestNews+ module on a swedish site and I wish to know in what file or where i can change the text "More in". I wish to translate it into swedish.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, copy these files :
../language/en-GB/en-GB.mod_latestnewsplusdate.ini
../language/en-GB/en-GB.mod_latestnewsplusdate.sys.ini
to
../language/sv-SE/sv-SE.mod_latestnewsplusdate.ini
../language/sv-SE/sv-SE.mod_latestnewsplusdate.sys.ini
then edit the file ../language/sv-SE/sv-SE.mod_latestnewsplusdate.ini with your favorite php editor. At lines 93 you will see this codesimply translate it to your languange by changing the "More In" text. So it would become like this :
8 years 5 months ago #2
by TemplatePlazza
../language/en-GB/en-GB.mod_latestnewsplusdate.ini
../language/en-GB/en-GB.mod_latestnewsplusdate.sys.ini
to
../language/sv-SE/sv-SE.mod_latestnewsplusdate.ini
../language/sv-SE/sv-SE.mod_latestnewsplusdate.sys.ini
then edit the file ../language/sv-SE/sv-SE.mod_latestnewsplusdate.ini with your favorite php editor. At lines 93 you will see this code
MOD_LATESTNEWSPLUSDATE_MORE_IN="More in"
MOD_LATESTNEWSPLUSDATE_MORE_IN="Mer i"
Please Log in or Create an account to join the conversation.
- Posted by Anders (2) Offline
- Posted by TemplatePlazza (5310) Offline