The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::Fluent::ResourceGroup::Context - ResourceSet emulation

SYNOPSIS

DO NOT USE DIRECTLY

DESCRIPTION

This package is used internally by Locale::Fluent::ResourceGroup to provide the functionality of Locale::Fluent::ResourceSet and keep track of what is the context of the original translation request.

This is needed so that all sub-translations needed to finish a translation request are done in a consistent way. This object, unlike the ResourceSet, does not keep any translation objects, it only delegates getting this objects from Locale::Fluent::ResourceGroup with the right context.

METHODS IMPLEMENTED

This package only implements the methods of Locale::Fluent:ResourceSet needed during translation calls. See that class for details on those methods.

get_term( $term_id )

get_message( $message_id )

SEE MORE

This file is part of Locale::Fluent - version, license and more general information can be found in its documentation