COLON problem with Lithuanian translation pack

Having a question about translating phpBB 3.1? Want to discuss and collaborate with people currently translating phpBB 3.1? Here would be the correct place to do so.
Locked
hypersaw
Registered User
Posts: 57
Joined: Tue May 03, 2016 12:08 pm

COLON problem with Lithuanian translation pack

Post by hypersaw »

Hi,
I have a problem: I've installed Lithuanian Language pack, set default to Lithunian language and all across my forums I see this:
Image

How can I remove that? Thank you for your support.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72341
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: COLON problem with Lithuanian translation pack

Post by KevC »

There is no Lithuanian pack for 3.1 yet.
You're using the 3.0.x pack which is why you have those errors.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
User avatar
pierredu
Registered User
Posts: 1256
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: COLON problem with Lithuanian translation pack

Post by pierredu »

This would be easy to correct.
The language key COLON is meant to accomodate the different ways tu use the colon (with or without a space before). Look where the key is in the english package and add it in the lithuanian package. This would cure all those little problems.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: COLON problem with Lithuanian translation pack

Post by david63 »

pierredu wrote:This would be easy to correct.
The language key COLON is meant to accomodate the different ways tu use the colon (with or without a space before). Look where the key is in the english package and add it in the lithuanian package. This would cure all those little problems.
That would be the common.php language file.
Just add

Code: Select all

	'COLON'					=> ':',
	'COMMA_SEPARATOR'		=> ', ',
You may find a similar problem with "comma separator"
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
hypersaw
Registered User
Posts: 57
Joined: Tue May 03, 2016 12:08 pm

Re: COLON problem with Lithuanian translation pack

Post by hypersaw »

David63, Thank You!!!! all working now! :!: ;)
Alexicoo
Registered User
Posts: 1
Joined: Tue Nov 29, 2016 1:16 pm

Re: COLON problem with Lithuanian translation pack

Post by Alexicoo »

Thanks ! Worked perfectly...

Did you allready mention people should put this line :

'COLON' => ':',

... in the file common.php in the directory /language/nl_x_formal

Cheers !

Alex
fatalerroras
Registered User
Posts: 10
Joined: Sat Mar 21, 2015 8:15 pm

Re: COLON problem with Lithuanian translation pack

Post by fatalerroras »

Here are translated files of phpBB Lithuanian
https://github.com/fATALeRRoR/phpbbLith ... ranslation
Locked

Return to “[3.1.x] Translations”