endsTranslation top-level property

Map<String, String> endsTranslation
getter/setter pair

The endsTranslation variable is used for translation for 'Ends' word.

Implementation

Map<String, String> endsTranslation = {
  'en': 'Ends',
  'it': 'Finisce',
  'de': 'Endet',
  'fr': 'Prend fin',
  'es': 'Termina',
};