Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 478 Bytes

Plugin with various utilities, such as current date display and language translation.

  • {bfutilities date Y}
    Displays output from : date('Y');
  • {bfutilities text JSEARCH_TOOLS}
    Displays output from : Text::_('JSEARCH_TOOLS');
    Translated text can include dates.
  • {bfutilities text JGLOBAL_PRINT_TITLE,My Message}
    Displays output from : Text::sprintf('JGLOBAL_PRINT_TITLE','My Message')
    Translated text can include dates.