stock_messages_es.dart 940 Bytes
Newer Older
1 2 3 4
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that provides messages for a es locale. All the
// messages from the main program should be duplicated here with the same
// function name.
5

6
import 'package:intl/intl.dart';
7 8 9 10
import 'package:intl/message_lookup_by_library.dart';

final messages = new MessageLookup();

11
// ignore: unused_element
12
final _keepAnalysisHappy = Intl.defaultLocale;
13

14 15 16
// ignore: non_constant_identifier_names
typedef MessageIfAbsent(String message_str, List args);

17
class MessageLookup extends MessageLookupByLibrary {
18 19
  get localeName => 'es';

20
  final messages = _notInlinedMessages(_notInlinedMessages);
21
  static _notInlinedMessages(_) => <String, Function> {
22 23
    "market" : MessageLookupByLibrary.simpleMessage("MERCADO"),
    "portfolio" : MessageLookupByLibrary.simpleMessage("CARTERA"),
24
    "title" : MessageLookupByLibrary.simpleMessage("Acciones"),
25
  };
26
}