Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Almost Finishing the translation
theman480
New
I translated everything on my vanilla board but there is one sentence that i can't find nowhere this is the register message in the index page "It looks like you're new here. If you want to get involved, click one of these buttons!" i tried $Definition['It looks like you\'re new here. If you want to get involved, click one of these buttons!'] = 'MY TRANSLATED TEXT HERE'; but keeps the same messange in english anyone can help me pleases?
Tagged:
0
Comments
If you look at that: https://github.com/vanilla/vanilla/blob/2.1/applications/dashboard/modules/class.guestmodule.php#16-17 you'll see $MessageCode and $MessageDefault. You'll have to make a definition for what is in the Message Code in order to translate the MessageDefault
this will hep you as well
one of the very examples is an answer to what you ask, in this link:
http://vanillaforums.org/discussion/26597/tutorial-how-to-change-wording-how-to-change-text-how-to-change-language-how-to-change-locale
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
peregrine thanks man thats exactly what i need!
Just one more question how can i change the Register and SignIn button? I mean the buttons in the header menu , I translated two that were bellow from GuestModule.Message, here is the screen:
Found it! in the default.master.tpl of the theme