| Re: xLanguage 3.03 Beta 1 -ready for testing & feedback |
| by DCrussader on 2012/8/20 12:46:52 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. le="color: #000000"><?php define('_AM_NEWBB_AUTHOR_NAME',"Author"); No spaces, no trouble... and what about INIs ? There will be only le="color: #000000"><?php AM_NEWBB_AUTHOR_NAME=Author or le="color: #000000"><?php AM_NEWBB_AUTHOR_NAME="Author" No spaces :) |
| Re: xLanguage 3.03 Beta 1 -ready for testing & feedback |
| by Mamba on 2012/8/13 10:50:03 @ Irmtfan: Quote: Mamba i can see these kind of spaces in newbb after your revision. Actually, for future translations, that particular space seems to be irrelavant. As it is shown in an example on Transifex: le="color: #000000"><?php DEFINE("january", "enero"); DEFINE("february", "febrero"); DEFINE("march", "marzo"); DEFINE("april", "abril"); they have spaces there. |
| Re: xLanguage 3.03 Beta 1 -ready for testing & feedback |
| by Mamba on 2012/8/13 9:18:50 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. |
| Re: xLanguage 3.03 Beta 1 -ready for testing & feedback |
| by irmtfan on 2012/8/13 7:46:14 Mamba i can see these kind of spaces in newbb after your revision. le="color: #000000"><?php define('_AM_NEWBB_AUTHOR_NAME', "Author"); is that space in , " should be removed too? please leave the newbb to me i will update the svn after solving some more issues including the updated languages. |
| Re: xLanguage 3.03 Beta 1 -ready for testing & feedback |
| by Mamba on 2012/8/13 7:05:03 Quote: But I'll make sure that all of the language files are in UTF-8 (with a help from this little tool), and without any empty spaces. This has been now completed. I think, I've converted pretty much all language files in Modules, Languages, and in Core 2.5.6 and 2.6.0 in XOOPS SVN to DCrusader's standard, i.e. with no empty spaces. There might be some files where I've missed something, but in general, all of them should be done now. I hope, this will help us to go forward with all the Transifex translations. If you're contributing to XOOPS SVN, please update your files with the ones from SVN, so you don't overwrite them back with the old formats. |