OLD | NEW |
(Empty) | |
| 1 //-------------------------------------------------------------------- |
| 2 // Copyright (c) 2003, International Business Machines |
| 3 // Corporation and others. All Rights Reserved. |
| 4 //-------------------------------------------------------------------- |
| 5 // Author: Alan Liu |
| 6 // Created: March 20 2003 |
| 7 // Since: ICU 2.6 |
| 8 //-------------------------------------------------------------------- |
| 9 |
| 10 // Test locale file for the fake locale 'mc', used to test the |
| 11 // ucat.h message catalog API. |
| 12 |
| 13 mc |
| 14 { |
| 15 1%4 { "Good morning." } |
| 16 1%5 { "Good afternoon." } |
| 17 1%7 { "Good evening." } |
| 18 1%8 { "Good night." } |
| 19 |
| 20 4%14 { "Please " } |
| 21 4%19 { "Thank you." } |
| 22 4%20 { "Sincerely," } |
| 23 } |
| 24 |
| 25 //eof |
OLD | NEW |