Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 31, 2019 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/8a5d2c847af105ed3ab72c6f894365d4 to your computer and use it in GitHub Desktop.
Save parzibyte/8a5d2c847af105ed3ab72c6f894365d4 to your computer and use it in GitHub Desktop.
<?php
$traductor->addResource("array", [
"saludo" => "Hola, mundo",
], "es");
$traductor->addResource("array", [
"saludo" => "Hello world!",
], "en");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment