blob: 84d978fd5d2252f6995bae710a8a6a3b1e600dc5 [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 'dart:ui' show Locale;
List<Locale> locales = [
const Locale.fromSubtags(languageCode: 'sr'),
const Locale.fromSubtags(languageCode: 'nl'),
];