Ticket #73: locales.diff

File locales.diff, 883 bytes (added by vanillalounge, 2 years ago)
  • locales.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: /Users/ze/Projects/Repos/GlotPress.org/trunk/gp-includes
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    555555                $fr_ch->country_code = 'ch'; 
    556556                $fr_ch->slug = 'fr-ch'; 
    557557 
     558               $fy = new GP_Locale(); 
     559                $fy->english_name = 'West Frisian'; 
     560                $fy->native_name = 'Frysk'; 
     561                $fy->lang_code_iso_639_1 = 'fy'; 
     562                $fy->lang_code_iso_639_2 = 'fry'; 
     563                $fy->country_code = 'fy'; 
     564                $fy->slug = 'fy'; 
     565                 
    558566                $ga = new GP_Locale(); 
    559567                $ga->english_name = 'Irish'; 
    560568                $ga->native_name = 'Gaelige';