# 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.
Index: locales.php
--- locales.php Base (BASE)
+++ locales.php Locally Modified (Based On LOCAL)
@@ -555,6 +555,14 @@
 	 	$fr_ch->country_code = 'ch';
 	 	$fr_ch->slug = 'fr-ch';
 
+               $fy = new GP_Locale();
+	 	$fy->english_name = 'West Frisian';
+	 	$fy->native_name = 'Frysk';
+	 	$fy->lang_code_iso_639_1 = 'fy';
+	 	$fy->lang_code_iso_639_2 = 'fry';
+	 	$fy->country_code = 'fy';
+	 	$fy->slug = 'fy';
+                
 		$ga = new GP_Locale();
 		$ga->english_name = 'Irish';
 		$ga->native_name = 'Gaelige';

