Skip to content

Instantly share code, notes, and snippets.

@Kolesias123
Created March 7, 2013 05:19
Show Gist options
  • Save Kolesias123/5105716 to your computer and use it in GitHub Desktop.
Save Kolesias123/5105716 to your computer and use it in GitHub Desktop.
Traducción con cadenas inteligentes. BeatRock 3
<?
require 'Init.php';
$words = __('Esta palabra tiene muchas palabras');
echo $words->translate('es', 'en'); // This word has many words
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment