Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created May 8, 2012 18:31
Show Gist options
  • Save Javlopez/2638283 to your computer and use it in GitHub Desktop.
Save Javlopez/2638283 to your computer and use it in GitHub Desktop.
Textos listos para traducir
<h1><?php echo __('Bienvenido') ?></h1>
<script>
alert(__('hola'));
</script>
#Ejemplo con alguna variable
<h1><?php echo __('Bienvenido :user',array(':user' => 'javier')) ?></h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment