31
Mamba
Re: xLanguage 3.03 Beta 1 -ready for testing & feedback
  • 2012/8/13 9:18

  • Mamba

  • Moderator

  • Posts: 11547

  • Since: 2004/4/23


Quote:
is that space in , " should be removed too?
Yes, thanks for the catch. It's being now updated in XOOPS SVN.

Quote:
please leave the newbb to me i will update the svn after solving some more issues including the updated languages.
Well, I ran a batch conversion for all files for all modules in SVN, so newBB was also included.
Support XOOPS => DONATE
Use 2.7.x | Docs | Modules | Bugs

32
Mamba
Re: xLanguage 3.03 Beta 1 -ready for testing & feedback
  • 2012/8/13 10:50

  • Mamba

  • Moderator

  • Posts: 11547

  • Since: 2004/4/23


@ Irmtfan:

Quote:
Mamba i can see these kind of spaces in newbb after your revision.

define('_AM_NEWBB_AUTHOR_NAME'"Author");
Actually, for future translations, that particular space seems to be irrelavant.

As it is shown in an example on Transifex:

DEFINE("january""enero");
DEFINE("february""febrero");
DEFINE("march""marzo");
DEFINE("april""abril");
they have spaces there.
Support XOOPS => DONATE
Use 2.7.x | Docs | Modules | Bugs

33
DCrussader
Re: xLanguage 3.03 Beta 1 -ready for testing & feedback

on 1.1 there wasn't spaces and spaces caused troubles, now in 1.2 they are in place...

I think keeping it without spaces will be better, have no idea what will came with 1.3 or 1.2.1 update (which there is a special part for PHP Define), which will try to update some of the reported bugs with XOOPS and banned one.

define('_AM_NEWBB_AUTHOR_NAME',"Author");

No spaces, no trouble... and what about INIs ?
There will be only

AM_NEWBB_AUTHOR_NAME=Author
or
AM_NEWBB_AUTHOR_NAME="Author"

No spaces :)