• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (C) 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3//--------------------------------------------------------------------
4// Copyright (c) 2003, International Business Machines
5// Corporation and others.  All Rights Reserved.
6//--------------------------------------------------------------------
7// Author: Alan Liu
8// Created: March 20 2003
9// Since: ICU 2.6
10//--------------------------------------------------------------------
11
12// Test locale file for the fake locale 'mc', used to test the
13// ucat.h message catalog API.
14
15mc
16{
17    1%4  { "Good morning." }
18    1%5  { "Good afternoon." }
19    1%7  { "Good evening." }
20    1%8  { "Good night." }
21
22    4%14 { "Please " }
23    4%19 { "Thank you." }
24    4%20 { "Sincerely," }
25}
26
27//eof
28