blob: 75611db05dbef23ba2b3146ecda2c30d6c12bc19 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
// Ideally, this file should be generated at build time from a build variable.
const List<Locale> supportedLocales = <Locale>[
Locale('en'),
// Note: There is no messages_es.dart checked in. Creating this file is
// left as an exercise for those working on integrating Fuchsia with a
// translation pipeline.
Locale('es'),
Locale('he'),
];