Namespace ICanBoogie\I18n
Namespaces summary
| ICanBoogie\I18n\Translator |
Classes summary
| FormattedString | A formatted string. |
| Helpers | Patchable helpers of the ICanBoogie/I18n package. |
| Hooks | |
| Translator |
Functions summary
| date_period | |
| format_currency | Formats a currency using the current locale. |
| format_date | Formats a date. |
| format_datetime | Formats a date and time. |
| format_number | Formats a number. |
| format_size | Formats a size in "b", "Kb", "Mb", "Gb" or "Tb". |
| format_time | Formats a time. |
| get_cldr | Returns the CLDR representation. |
| get_language | Returns the language of the current locale. |
| get_locale | Returns a locale. |
| t | Translates a string using the current locale. |