translations constant

Map<String, Map<String, String>> const translations

Implementation

static const Map<String, Map<String, String>> translations = {
  'en': floatChatContentsEnUS,
  'zh': floatChatContentsZhCN,
};