I18n functions

The i18n module provides tools for internationalization and localization of text within Nelson.

It enables retrieval of translated strings for the current locale, supports utilities for managing translation workflows, and facilitates the generation of translation file headers.

This module helps developers create software that can adapt dynamically to multiple languages and cultural contexts.

Functions

  • gettext - Get text translated into the current locale.

  • _ - Get text translated into the current locale.

  • i18nHelpers - Internationalization (i18n) utility functions

  • poheader - Generates po file header.

Last updated

Was this helpful?