HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Some strings are un-translateble
lukoie
New
well, i've edited german translation file, and the strings i translated was ok
but now some of the messages on the site are in english, while they ARE translated in my localization file
how could i troubleshot the problem?
but now some of the messages on the site are in english, while they ARE translated in my localization file
how could i troubleshot the problem?
Tagged:
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
"Welcome Aboard!"
Further I think that my mail-Message (Invitation, password reset) as posted on github, do not work due the according localization string cannot be processed.
That's EmailInvitation and EmailPassword.
http://vanillaforums.org/discussion/comment/103601/#Comment_103601
$Definition['Sign In'] = 'entrance';
$Definition['Apply for Membership'] = 'application form!';
$Definition['Sign Up →'] = 'go for it →'; (button on the registration form)
Probably I should send YOU my German translated locale.php ;-)
and i took your file, and simply translated it into my language
but even though i had it in german, but its not translated now, when i changed it, which is weird
- the titles of the sections on the admin page, like "dashboard" "users" "appearance"
using apostrophe sign causing error parsing the localization file, which affects whole site .
^^^
i needed to do it like this:
$Definition["What/'s the Buzz?"] = "news:";
$Definition['Are you sure you want to do that?'] = 'do that!';
$Definition['Okay'] = 'Yeah';
$Definition['Cancel'] = 'Nah.';
doesnt work (while deleting, lets say, activities)
and yes, i left it with a single quotes, thanx a lot for your help
See here: http://vanillaforums.org/discussion/11260/incomplete-invite-url/#Item_1
And here: http://github.com/vanillaforums/Garden/issues/400/find
...and here: http://github.com/vanillaforums/Garden/issues/380/find
Hello, seems like "Welcome Aboard!" is still impossible to translate.
My bad.
@Lincoln, what does it means that it's wrapped in T() ?
I would like to translate 'Welcome Aboard!' but still my translation does not show.
How can I fix this?
My best bet when translation does not shows up is, that you have to clear the cache first :-)