Ticket #57: config.diff
| File config.diff, 762 bytes (added by momo360modena, 2 years ago) |
|---|
-
gp-config-sample.php
34 34 /**#@-*/ 35 35 36 36 /** 37 * GlotPress Localized Language, defaults to English. 38 * 39 * Change this to localize WordPress. A corresponding MO file for the chosen 40 * language must be installed to languages/. For example, install 41 * fr_FR.mo to languages/ and set GP_LANG to 'fr_FR' to enable French 42 * language support. 43 */ 44 define('GP_LANG', ''); 45 46 /** 37 47 * GlotPress Database Table prefix. 38 48 * 39 49 * You can have multiple installations in one database if you give each a unique … … 41 51 */ 42 52 $gp_table_prefix = 'gp_'; 43 53 44 ?> 54 ?> 55 No newline at end of file
