Organize Gettext message files
mainMessages are stored in Portable Object (.po) files. These files must follow a specific directory structure: priv/gettext/LOCALE/LC_MESSAGES/DOMAIN.po.
LOCALE: The language/region code (e.g.,pt_BR).DOMAIN: The translation domain. If you use the standardgettextorngettextmacros, the domain isdefault.
Example path for pt_BR default messages: priv/gettext/pt_BR/LC_MESSAGES/default.po.