Package awl\Translation
awl_set_locale | Set the translation to the user's locale. At this stage all we do is call the gettext function. |
i18n | Mark a string as being internationalized. This is a semaphore method; it does nothing but it allows us to easily identify strings that require translation. Generally this is used to mark strings that will be stored in the database (like descriptions of permissions). |
init_gettext | Initialise our use of Gettext |