Author Topic: countries.php of language file  (Read 2501 times)

taca

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
countries.php of language file
« on: June 20, 2009, 11:31:27 am »
Hi,

I'm very new to OpenGoo and recently check Japanese translation files.
While at work, I refer country.php of TYPOlight webCMS and I found two
kind of bugs in countries.php of OpenGoo.

Code: [Select]
    'country tp' => 'East Timor',

Current East Timor's country code is "tl" and "tp" is phasing out (from http://en.wikipedia.org/wiki/East_Timor).

Code: [Select]
    'country zr' => 'Zaire',

Zaire is Democratic Republic of the Congo whose country code is "cd"
since 1997.

I don't know concrete of this country code's but I think these should be
up to date.

Best regards.
--
Takahiro Kambe

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: countries.php of language file
« Reply #1 on: June 24, 2009, 03:29:45 pm »
Thanks taca

taca

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: countries.php of language file (on 1.5beta2)
« Reply #2 on: July 06, 2009, 10:10:37 pm »
Hi.

I found that 1.5beta/1.5beta2 drops regions from countries.php.

It might be OpenGoo's policy, but it had better not distinct between conturies
and none-countries (region) and list all countries and regions which have
contry codes.

Best regards.
--
Takahiro Kambe