Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created August 28, 2014 09:37
Show Gist options
  • Save thierrypigot/00f07fe72d27c934dd91 to your computer and use it in GitHub Desktop.
Save thierrypigot/00f07fe72d27c934dd91 to your computer and use it in GitHub Desktop.
Translate WordPress plugin Headers
<?php
/**
* Plugin Name: Thierry Pigot - A awesome plugin!
* Plugin URI: http://www.thierry-pigot.fr/tutoriel/722/traduire-header-plugin-wordpress/
* Description: A brief description of the Plugin.
* Version:1.0
* Author: Thierry Pigot
* Author URI: http://www.thierry-pigot.fr/
* License: GPL2
* Text Domain: tp-test
* Domain Path: /languages
*/
__( 'Thierry Pigot - A awesome plugin!', 'tp-test' );
__( 'A brief description of the Plugin.', 'tp-test' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment