the name of keyset or array with names of keysets to use. If passed as an array, the priority of the cases will be arranged in the order of the elements, the first one will have the highest priority.
Creates a function to internationalize strings in an application based on the given locale and keyset. Keyset allows you to share the same keys in different contexts. For example, the key "Next" may have a different value in different components of the application, therefore, we can use the name of the component as a keyset value.
Returns the correct plural form to translate based on the given count
list of translation variants
the value on the basis of which the form of pluralization will be selected
Returns the form for plural sentences and resolves variables from the passed template
a string for the default case, or an array of strings for the plural case
a dictionary with parameters for internationalization
Creates a function to internationalize strings in an application based on the given locale and keyset. Keyset allows you to share the same keys in different contexts. For example, the key "Next" may have a different value in different components of the application, therefore, we can use the name of the component as a keyset value.