Nice to see you back (even if it's normal to take breaks sometimes
)
Nuttzy99 wrote:EM will know these commands for each language b/c (after consulting with any known international sites) the wording for them will be stored in the corresponding lang_easymod.php translation.
So you will have only 1 official commands set per language?
How will phpBBhacks groupies will do with their exotics templates in English?
You previously said that EM will be able to understand exotic templates so it imposes not to fix commands in lang_easymod.php files for any language?
http://area51.phpbb.com/phpBB22/viewtop ... 9224#79224
In fact, to be able to read international or exotic mod templates you will need to add variables for commands wording correspondence such as:
Code: Select all
$lang['EM_mod_template_MOD_AUTHOR'] = 'MOD auteur';
...
$lang['EM_mod_template_COPY'] = 'COPIER';
...
$lang['EM_mod_template_IN-LINE_FIND'] = 'DANS LA LIGNE TROUVER';
But if you put these variables in the EM lang_easymod.php you will have one 1 version for English or French or any other localized mod templates.
So I thought I had understand somewhere that you wanted to put this kind of correspondance variables in a file in the MOD archive to let each author chose...
Code: Select all
$lang['EM_mod_template_COPY'] = 'UPLOAD';
...instead of...
Code: Select all
$lang['EM_mod_template_COPY'] = 'COPY';
...for a release in English using an exotic template (for example).
Nuttzy99 wrote:The main language will be set by the user. It does not have to be English. EM will be flexible enough to use whatever is choosen.
OK, nice
Nuttzy99 wrote:The COPY command will move the lang files to ALL appropriate locations. More about these paths issues will be covered in the Styles discussion.
That was not my question
You have 2 possible ways to install new language entries: install them by instructions to add them in already existing language files, and/or copy new language entries file in the appropriate directory.
So my question was, ok specific language instructions will be in new files, separate from the core mod how-to, but what about the COPY instruction for translation files?
They go to these new language instructions files too or they stay in the core mod how-to?
Nuttzy99 wrote:Once it is proven that the core implementation of dealing with languages is working well, then I can move on to lesser issues like this. During the beta, it is still possible that I may need to revamp things quite a bit and I don't want to add too much complexity until the core is 100% solid.
OK
As you want
Nuttzy99 wrote:Sorry but I really only to be able to communicate with anyone through the board. My spare time is too precious and I hate to get sidetracked by others.
I fully understand you but VERY few things can NOT be put on a public board. I've tried to contact you in private only twice in 6 month, and only for things that I can NOT had put on this board, so... I've always no solution
Never mind