mzubairsaleem / gtranslate-api-php

Automatically exported from code.google.com/p/gtranslate-api-php
GNU General Public License v3.0
0 stars 0 forks source link

Error in languages.v2.ini #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi dudes, 
I detect an error in gtranslate-api-php-0.7.7 version.

If you see the languages.v2.ini u'll see this at line 24:

DHIVEHI = 'dv'
DUTCH': 'nl'  
ENGLISH = 'en'

When it tries to parse the ini file it makes an error.

DUTCH': 'nl' it's not a valid value.
I've correct it DUTCH = 'nl' and it works perfectly.

Thanks to fix it.

Original issue reported on code.google.com by javiblac...@gmail.com on 15 Jan 2011 at 11:14

GoogleCodeExporter commented 8 years ago
Hi again,

also in:

KURDISH= 'ku'
KYRGYZ='ky'

Original comment by javiblac...@gmail.com on 15 Jan 2011 at 11:18

GoogleCodeExporter commented 8 years ago

Original comment by josedasilva on 22 Jan 2011 at 9:56

GoogleCodeExporter commented 8 years ago

Original comment by josedasilva on 22 Jan 2011 at 9:58

GoogleCodeExporter commented 8 years ago
thanks! it's fixecd

Original comment by javiblac...@gmail.com on 23 Jan 2011 at 2:25