Skip to content

Instantly share code, notes, and snippets.

View karlingen's full-sized avatar
🏂
\o/

Karl Metum karlingen

🏂
\o/
View GitHub Profile
<?php
/**
* I18N class for translating text to any language
* Uses YAML files
*
* Usage: I18N::t("user.name") # => "Karl Metum"
* In the above example "name" is nested under "user"
*
* Make sure that the following constants are set in
* your configuration file: