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

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

Issue 856153003: ICU update to 54 - step 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@step3
Patch Set: add missing locale files Created 5 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/en.txt ('k') | source/data/locales/hi.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) 2014 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/en_GB.xml 6 // * Source File: <path>/common/main/en_GB.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_GB{ 9 en_GB{
10 %%Parent{"en_001"} 10 %%Parent{"en_001"}
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 M{"dd/MM – dd/MM"} 384 M{"dd/MM – dd/MM"}
385 d{"dd/MM – dd/MM"} 385 d{"dd/MM – dd/MM"}
386 } 386 }
387 d{ 387 d{
388 d{"d–d"} 388 d{"d–d"}
389 } 389 }
390 h{ 390 h{
391 h{"h–h a"} 391 h{"h–h a"}
392 } 392 }
393 hm{ 393 hm{
394 a{"h:mm a – h:mm a"}
394 h{"h:mm–h:mm a"} 395 h{"h:mm–h:mm a"}
395 m{"h:mm–h:mm a"} 396 m{"h:mm–h:mm a"}
396 } 397 }
397 hmv{ 398 hmv{
398 h{"h:mm–h:mm a v"} 399 h{"h:mm–h:mm a v"}
399 m{"h:mm–h:mm a v"} 400 m{"h:mm–h:mm a v"}
400 } 401 }
401 hv{ 402 hv{
402 h{"h–h a v"} 403 h{"h–h a v"}
403 } 404 }
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 } 797 }
797 listPattern{ 798 listPattern{
798 standard{ 799 standard{
799 end{"{0} and {1}"} 800 end{"{0} and {1}"}
800 } 801 }
801 unit{ 802 unit{
802 end{"{0} and {1}"} 803 end{"{0} and {1}"}
803 } 804 }
804 } 805 }
805 } 806 }
OLDNEW
« no previous file with comments | « source/data/locales/en.txt ('k') | source/data/locales/hi.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698