message abstract method

Map<String, Map<String, String>> message()

Returns a map of translations for different locales.

The map should contain language codes as keys and another map of key-value pairs representing translations.

Implementation

Map<String, Map<String, String>> message();