sorry to tell you, but you have to rearrange everything :(
Here is described how to translate vanilla 2. Otherwise everytime vanilla gets updated your translation will be overwritten! The easiest way for beginners is to use the "/conf/locale.php" fi…
@Schorsch
Conversion is enough, you don't have to change the umlauts. But the conversion did not work! Please try it again (do not just change it on the top in Notepad++, use the "convert to UTF-8 without BOM" option below. I did it with your old fi…
@Schorsch
S was right :), the umlaut issue was caused by the wrong encoding. Important: it has to be UTF8 without BOM! If you use the notepad++ editor (which is very good btw), you can open the file and go to "encoding" => "convert to UTF-8 witho…
@Schorsch
The bug after entering a wrong password is caused by german umlauts in
$Definition['ErrorCredentials']
I'll ask Mark if this can be changed somehow (UTF8?) or if we have to stick with the html encoding of german umlauts (or any other speci…
It doesn't work for the "normal" frontend or backend, just for registration (e.g. the invitation email).
There is a bug when you enter a wrong password, there is just an empty JS box.
How can we translate the whole system?
When it is ready! As this is mainly Marks baby, he does make that decision. If you want help finishing 2.0, please sign into guthub (or make an account), fork garden, incorporate your changes and make a pull request to Mark (on your commit page). Th…
Hi jester,
you posted in the wrong category (forum). You installed Vanilla 1, this category is for Vanilla 2 & the Garden framework.
And please choose a more descriptive discussion title next time.
@Mark
Thank you so much! A few more questions:
1. What is better for php: 'Login' or "Login"?
2. There are different locale folders with "definitions.php". In "conversations" it has one value ($Definition['RecipientUserID'] = 'recipient';), in "skel…
@Mark
Thanx for your quick reply. Recently you fixed a translation issue on github (http://github.com/lussumo/Garden/commit/3ca8325497d01776891adefe490db954482ed926). But where can I translate this? I didn't find the phrase in applications/garden/lo…
Right now you have to be signed in to comment. If you would like to have blog like posting of comments, please request this feature or write a plugin on your own.
@Mark
Could you please provide a guideline for translations and put translation consistency on your agendy. Right now it is extremely confusing and as a lot seems to be hardcoded translating is too much of an effort (and updating as well). This is s…
@ctwkkk
Maybe you double mistyped your password, so please re-install :). Otherwise add this to your conf/config.php file and post the problem/results in a new thread:
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
Hi everyone,
can we expect a single definitions.php for a complete translation or a system based on mo/po files (as in wordpress) in the future?
What files do I have to translate now if I want a complete translation?
Anyway, thanx Mark for sharing a…