How to generate translation file for a custom Drupal 7 module?
问题 I'm using CentOS 5.5 Linux (without X), PHP 5.3 and Drupal 7.0. The core language of my site is Russian (not English)! I've created a game.info and the following game.module which generates 3 blocks for the front page: function game_block_info() { return array( 'game_main' => array( 'info' => t('Set FlashVars and show the flash game.'), 'cache' => DRUPAL_NO_CACHE, ), 'game_winner' => array( 'info' => t('Show the winner of the last week.'), 'cache' => DRUPAL_NO_CACHE, ), 'game_leader' => array