Ticket #57: config.diff

File config.diff, 762 bytes (added by momo360modena, 2 years ago)

Config GP

  • gp-config-sample.php

     
    3434/**#@-*/ 
    3535 
    3636/** 
     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 */ 
     44define('GP_LANG', ''); 
     45 
     46/** 
    3747 * GlotPress Database Table prefix. 
    3848 * 
    3949 * You can have multiple installations in one database if you give each a unique 
     
    4151 */ 
    4252$gp_table_prefix = 'gp_'; 
    4353 
    44 ?> 
     54?> 
     55 No newline at end of file