Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: source/data/locales/fr_HT.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/fr_GQ.txt ('k') | source/data/locales/fr_KM.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/fr_HT.xml 6 // * Source File: <path>/common/main/fr_HT.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 fr_HT{ 9 fr_HT{
10 Version{"2.1.6.69"} 10 Version{"2.1.19.94"}
11 fields{
12 day-narrow{
13 dn{"jr."}
14 }
15 day-short{
16 dn{"jr."}
17 }
18 fri-narrow{
19 relative{
20 "-1"{"ven dernier"}
21 "0"{"ce ven"}
22 "1"{"ven prochain"}
23 }
24 }
25 hour-narrow{
26 dn{"hr"}
27 }
28 hour-short{
29 dn{"hr"}
30 }
31 minute-narrow{
32 dn{"min."}
33 }
34 minute-short{
35 dn{"min."}
36 }
37 mon-narrow{
38 relative{
39 "-1"{"lun dernier"}
40 "0"{"ce lun"}
41 "1"{"lun prochain"}
42 }
43 }
44 sat-narrow{
45 relative{
46 "-1"{"sam dernier"}
47 "0"{"ce sam"}
48 "1"{"sam prochain"}
49 }
50 }
51 second-narrow{
52 dn{"sec."}
53 }
54 sun-narrow{
55 relative{
56 "-1"{"dim dernier"}
57 "0"{"ce dim"}
58 "1"{"dim prochain"}
59 }
60 }
61 thu-narrow{
62 relative{
63 "-1"{"jeu dernier"}
64 "0"{"ce jeu"}
65 "1"{"jeu prochain"}
66 }
67 }
68 tue-narrow{
69 relative{
70 "-1"{"mar dernier"}
71 "0"{"ce mar"}
72 "1"{"mar prochain"}
73 }
74 }
75 wed-narrow{
76 relative{
77 "-1"{"mer dernier"}
78 "0"{"ce mer"}
79 "1"{"mer prochain"}
80 }
81 }
82 }
11 } 83 }
OLDNEW
« no previous file with comments | « source/data/locales/fr_GQ.txt ('k') | source/data/locales/fr_KM.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698