Error with phpbb 3.1.10 language

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
fansaty
Registered User
Posts: 2
Joined: Tue Jan 10, 2017 12:47 am

Error with phpbb 3.1.10 language

Post by fansaty »

Hi,
I'm newbie in phpbb system, my phpbb 3.1.10 is error with vietnamese language, the following picture Image and Image with "...COLON"

I would like to exclude COLON words but do not know file location to modify, i tried to find but cannot.
Please help me, thanks so much.
User avatar
Ancica
Translator
Posts: 267
Joined: Fri Apr 11, 2003 5:21 pm
Location: Croatia
Name: Ančica Sečan
Contact:

Re: Error with phpbb 3.1.10 language

Post by Ancica »

ur using outdated language pack, as i can see, vietnamese was last time updated for 3.0.11.

error ur getting is cause of missing language keys.
u should compare english language pack with one u use and add all missing keys.

'COLON' is (should be) placed in common.php language file ;)

[/language/ur_language_pack/common.php]

find:

Code: Select all

'COLOUR_SWATCH'=> 'Bảng mã màu',
'COMMA_SEPARATOR'=> ', ',
replace with:

Code: Select all

'COLOUR_SWATCH'=> 'Bảng mã màu',
'COLON'=> ':',
'COMMA_SEPARATOR'=> ', ',
;)
Croatian language packs: 3.0.14 & 3.1.11 [+69 ext' (hr) lps] & 3.2.10 & 3.3.3 & 3.3.11 [+10 ext' (hr) lps].
fansaty
Registered User
Posts: 2
Joined: Tue Jan 10, 2017 12:47 am

Re: Error with phpbb 3.1.10 language

Post by fansaty »

Thanks so much, it worked :D
User avatar
Ancica
Translator
Posts: 267
Joined: Fri Apr 11, 2003 5:21 pm
Location: Croatia
Name: Ančica Sečan
Contact:

Re: Error with phpbb 3.1.10 language

Post by Ancica »

my pleasure ;)
Croatian language packs: 3.0.14 & 3.1.11 [+69 ext' (hr) lps] & 3.2.10 & 3.3.3 & 3.3.11 [+10 ext' (hr) lps].
Locked

Return to “[3.1.x] Translations”