# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/ze/NetBeansProjects/GlotPress/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)
@@ -120,6 +120,15 @@
 		$af->wp_locale = 'af';
 		$af->slug = 'af';
 
+		$am = new GP_Locale();
+		$am->english_name = 'Armenian';
+		$am->native_name = 'հայերեն';
+		$am->lang_code_iso_639_1 = 'hy';
+               $am->lang_code_iso_639_2 = 'hye';
+		$am->country_code = 'am';
+		$am->wp_locale = 'am';
+		$am->slug = 'am';
+
 		$af = new GP_Locale();
 		$af->english_name = 'Asturian';
 		$af->native_name = 'Asturianu';

