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.
[Documentation] How set a non-english language, when Vanilla is installing?
qwenty
New
Translating installation step
I'm gonna to provide completely a translated pack of Vanilla! It's need to be translated from beginning (from install step) -> How can I do it?
0
Best Answer
-
peregrine MVP
grep -ri continue * | less
applications/dashboard/views/setup/configure.php: <?php echo $this->Form->Button('Continue →'); ?>
x00 maybe with some guidance, you can add locale where the is none, and then submit a pull request to the core team and it will eventually get released.
perhaps!
I think you should re:pull request
@x00 I'm a bit nosey! How many years r u accompanied by Vanilla? ) >
I think he was reared on vanilla extract as a youngster.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
2
Answers
Bump?
It' means when a non-english user starts to install Vanilla -> everything will be in its language and it's not need to activate the "locale pack" after installation process, because the "locale" is the default language of forum.
locale will be packed into vanilla by a non-english support forum for its users or maybe language supporting packages will be accessible from an extra page of vanillaforums.org :-)
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
what is the context? are you making an a quick installer? You need to bundle with required folder, and programmatic set config.
You said you are not a programmer so I'm a bit puzzled why you would do this. Are you hoping to distribute vanilla?
grep is your friend.
I thought it @x00 said it
There was an error rendering this rich post.
I think she said so here:
http://vanillaforums.org/discussion/20081/documentation-how-set-a-non-english-language-when-vanilla-is-installing#Item_3
she wants to set it up for her language so people who don't know english can set it up in the language she is setting up - whatever that may be?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
But that would mean they would be distributing modified vanilla software, i didnt think you could do that.
A plugin for their language and a language pack etc is all i think is permissable.
There was an error rendering this rich post.
I couldn't find within which file "Continue" word is located?!
I found Vanilla lovely I'm gonna to translate it for my university forum. then releasing the locale as an addon.
>
Hummmmmmm?
Vanilla is licensed under GPL that means you(=everyone) have:
>
>
>
Well you can translate everything there. basically
$this->Form->Label()
is similar to usingT()
So perhaps you could put your preliminary translations in conf/locale.php, before installing a fully fledged locale pack.
To translate the button use
Continue →
I know you are not a programmer, but maybe with some guidance, you can add locale where the is none, and then submit a pull request to the core team and it will eventually get released.
I doesn't make sense to bundle a fork just because it is missing the odd translation, as the copy will quickly become out of date.
grep is your friend.
otherwise you could provide instruction on installing the locale pack without the dashboard.
or you could create your own stand-in installation form/script (which would obviously require some programming).
grep is your friend.
Sorry for bombarding you! An odd problem! Plz, see this picture, everything is working; but If I don't fill these tree fields: "AdminEmail+AdminUser+AdminPass", the installation page returns to the non-translated page to warn for empty fields -> (See here). but there isn't this problem with escaping from other fields -> for EX See this one -> you can see it has returned to the translated page keeping an error on top. As I said, for that three fields it goes to the basic page! What's the reason?
>
peregrine's tip is working.
Worked. How do you find it? before that comment, I searched *.php files, but nothing.
@x00
I'm a bit nosey! How many years r u accompanied by Vanilla? )
perhaps! I'll continue learning more and nibbling your knowledge of Vanilla! :-)
grep -ri continue * | less
I think you should re:pull request
I think he was reared on vanilla extract as a youngster.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
tnx @peregrine for that useful options.
Bump?
well did you use
grep -ri specify | less
I'll leave e-mail as a test for you.
do you "like" this.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.