Index: gp-config-sample.php
===================================================================
--- gp-config-sample.php	(révision 390)
+++ gp-config-sample.php	(copie de travail)
@@ -34,6 +34,16 @@
 /**#@-*/
 
 /**
+ * GlotPress Localized Language, defaults to English.
+ *
+ * Change this to localize WordPress.  A corresponding MO file for the chosen
+ * language must be installed to languages/. For example, install
+ * fr_FR.mo to languages/ and set GP_LANG to 'fr_FR' to enable French
+ * language support.
+ */
+define('GP_LANG', '');
+
+/**
  * GlotPress Database Table prefix.
  *
  * You can have multiple installations in one database if you give each a unique
@@ -41,4 +51,4 @@
  */
 $gp_table_prefix = 'gp_';
 
-?>
+?>
\ No newline at end of file

