Announcement

  •  » Beta testing
  •  » [2.6.0RC2] New translate_dec function

#1 2013-12-13 15:04:57

Eric
Former Piwigo Team
VALENCE (FR)
2005-03-25
1768

[2.6.0RC2] New translate_dec function

Hi all !

Just a question about the new Smarty translate_dec function : Does it completely replace l10n_dec() (which would then be deprecated) or be in addition of the existing function?

Offline

 

#2 2013-12-13 15:24:19

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: [2.6.0RC2] New translate_dec function

http://piwigo.org/dev/browser/trunk/inc … .php#L1193
:-)

Personnally I would remove l10n and l10n_dec from the adapter in 2.7

Offline

 

#3 2013-12-13 18:00:21

Eric
Former Piwigo Team
VALENCE (FR)
2005-03-25
1768

Re: [2.6.0RC2] New translate_dec function

Ok, I missed that :-/

But I noticed that there are still a lot of call to l10n_dec in Piwigo 2.6 core files (i.e : ../admin/comments.php). I use the same code in my plugins and I don't know how to use translate_dec to be fully compliant. Like this :

Code:

        array_push(
          $page['infos'],
            l10n_dec(
              '%d user deleted', '%d users deleted',
              count($collection)
            )
        );

Calling translate_dec in tpl files is OK but not in php files. Where am I wrong ?

Offline

 

#4 2013-12-13 18:07:04

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: [2.6.0RC2] New translate_dec function

well nowhere....
l10n_dec is the main function declared in functions.inc.php and translate_dec is the subsequenty Smarty modifier (it uses l10n_dec internally)

the l10n_dec which was replaced is the one in the Pwg adapter exposed in the template

Offline

 

#5 2013-12-13 18:08:42

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Offline

 

#6 2013-12-13 18:37:28

Eric
Former Piwigo Team
VALENCE (FR)
2005-03-25
1768

Re: [2.6.0RC2] New translate_dec function

Understood, thanks ! :-)

Offline

 
  •  » Beta testing
  •  » [2.6.0RC2] New translate_dec function

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact