Similar files in email/ and email/short/

Having a question about translating phpBB 3.2? Want to discuss and collaborate with people currently translating phpBB 3.2? Here would be the correct place to do so.
User avatar
scootergrisen
Translator
Posts: 257
Joined: Thu Aug 25, 2011 2:25 pm

Similar files in email/ and email/short/

Post by scootergrisen »

Why are there both these folders with similar files?:
language/{iso}/email/*.txt
And:
language/{iso}/email/short/*.txt
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1757
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian

Re: Similar files in email/ and email/short/

Post by Crizzo »

Hi,

the email/short is only used by Jabber: \phpBB\phpbb\notification\method\jabber.php

Regards
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
scootergrisen
Translator
Posts: 257
Joined: Thu Aug 25, 2011 2:25 pm

Re: Similar files in email/ and email/short/

Post by scootergrisen »

What would happen if:

Code: Select all

return $this->notify_using_messenger(NOTIFY_IM, 'short/');
Is changed to:

Code: Select all

return $this->notify_using_messenger(NOTIFY_IM);
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1757
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian

Re: Similar files in email/ and email/short/

Post by Crizzo »

The short/ would never be used. ;)

So no translator has the chance to use the short/-mails for a compact solution specially for Jabber.
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de
User avatar
scootergrisen
Translator
Posts: 257
Joined: Thu Aug 25, 2011 2:25 pm

Re: Similar files in email/ and email/short/

Post by scootergrisen »

Are the txt files in email/short/ suppose to be more compact?
If so then why are they the same size as in email/?
User avatar
Crizzo
Translations & International Support Teams Manager
Translations & International Support Teams Manager
Posts: 1757
Joined: Thu Apr 23, 2009 1:20 pm
Location: Stuttgart, Germany
Name: Christian

Re: Similar files in email/ and email/short/

Post by Crizzo »

scootergrisen wrote: Thu Apr 12, 2018 8:04 pm Are the txt files in email/short/ suppose to be more compact?
If so then why are they the same size as in email/?
Maybe because no one actually cares for the more compact version. I don't know. :oops:

But the intention is a more compact template in that files. :)
My extensions for phpBB: CDB
German phpBB Support at www.phpbb.de

Return to “[3.2.x] Translations”