patrick81 Posted October 30, 2011 Share Posted October 30, 2011 I'm just wondering... is there a way to add new words to language? For example, I go to Tools -> Translations -> Modify translations (any flag) and I see a list of words but I want to add a new word there because i'm planning to add a new words to my website and have them translated ready. Any idea how? Please help me! If i'm not clear, please ask. Thanks guys Patrick Link to comment Share on other sites More sharing options...
alexa28 Posted October 31, 2011 Share Posted October 31, 2011 Noone knows? Link to comment Share on other sites More sharing options...
mux Posted July 6, 2012 Share Posted July 6, 2012 How great if anyone can help... I also need this functionality Link to comment Share on other sites More sharing options...
halennoor Posted July 6, 2012 Share Posted July 6, 2012 I haven't tried if this works in v1.4 yet, but check out the solution provided in this thread here. Link to comment Share on other sites More sharing options...
mux Posted July 6, 2012 Share Posted July 6, 2012 Yes this might be the solution but unfortunately i couldn't understand the steps Link to comment Share on other sites More sharing options...
halennoor Posted July 6, 2012 Share Posted July 6, 2012 (edited) For this to work you need to edit the relevant tpl files. Depending on which words you are trying to insert, as an example, if you want to add a new word in your product page for product which goes on sale and the offer is only good within 24 hours- go product.tpl and insert {l s='OFFER GOOD FOR 24 HOURS!'} and i have deleted the On sale which was there by default. (You can also comment out the expression you don't need.) {if $product->on_sale} <img src="{$img_dir}onsale_{$lang_iso}.gif" alt="{l s='On sale'}" class="on_sale_img"/> <span class="on_sale">{l s='OFFER GOOD FOR 24 HOURS!'}</span> this expression will appear in the Back office >Tools>Translation -- for Front Office translation ( product expressions) and you can edit the translation. Hope it helps. Edited July 6, 2012 by halennoor (see edit history) Link to comment Share on other sites More sharing options...
mux Posted July 7, 2012 Share Posted July 7, 2012 Thanks halennoor It worked. If any help needed i'll ask again. Link to comment Share on other sites More sharing options...
mux Posted July 7, 2012 Share Posted July 7, 2012 Hi All, I have added new words in Finnish language module. It made changes in words and some are still not translated. Can anyone tell where i'm wrong Thanks in advance Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now