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

Issue 239543018: Trim ICU data to reduce the download size/memory usage (Closed)

Created:
6 years, 8 months ago by jungshik at Google
Modified:
6 years, 8 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews
Visibility:
Public.

Description

Trim ICU data to reduce the download size/memory usage Add a shell script to trim the ICU data further : trim_data.sh along with locale list files. The script does the following: 1. Remove the display names of languages NOT listed in Chrome's Accept-Language list. (800kB) 2. Minimize the locale data for locales listed in the A-L list that are not a UI locale in Chrome. For those locales, exemplar characters, the display name in the native language and layout direction are included. (640kB) 3. Filter the region data to drop numeric region display names other than 419 (Latin-America). (50kB) 4. Filter the currency data (display name and plurals) for historic currencies. (200kB) This CL also checks in icudtl.dat (source/data/in) and icudt_dat.S (mac and linux). Note that I dropped '52' (the version number) in the assembly source file name and icu.gyp was adjusted accordingly. With all these changes, icudtl.dat is ~ 800kB larger than that in ICU 4.6. The 7z compression (as used by the installer) makes the size difference go down to ~ 130kB. BUG=132145 TEST=The icudtl.dat (uncompressed) is about 10.7MB instead of 12.4MB without this CL. R=mark@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264811

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -108362 lines) Patch
M icu52/README.chromium View 1 2 1 chunk +6 lines, -9 lines 0 comments Download
M icu52/icu.gyp View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
A icu52/scripts/accept_lang.list View 1 2 1 chunk +145 lines, -0 lines 0 comments Download
A icu52/scripts/chrome_ui_languages.list View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A icu52/scripts/currencies_to_drop.list View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A icu52/scripts/trim_data.sh View 1 2 1 chunk +130 lines, -0 lines 0 comments Download
M icu52/source/data/curr/af.txt View 1 2 5 chunks +0 lines, -24 lines 0 comments Download
M icu52/source/data/curr/agq.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/ak.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/am.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ar.txt View 1 2 20 chunks +0 lines, -128 lines 0 comments Download
M icu52/source/data/curr/asa.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/az.txt View 1 2 48 chunks +0 lines, -304 lines 0 comments Download
M icu52/source/data/curr/bas.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/bez.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/bg.txt View 1 2 42 chunks +0 lines, -252 lines 0 comments Download
M icu52/source/data/curr/bm.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/bn.txt View 1 2 21 chunks +0 lines, -140 lines 0 comments Download
M icu52/source/data/curr/br.txt View 1 2 10 chunks +0 lines, -59 lines 0 comments Download
M icu52/source/data/curr/brx.txt View 1 2 18 chunks +0 lines, -132 lines 0 comments Download
M icu52/source/data/curr/bs.txt View 1 2 56 chunks +0 lines, -450 lines 0 comments Download
M icu52/source/data/curr/bs_Cyrl.txt View 1 2 46 chunks +0 lines, -370 lines 0 comments Download
M icu52/source/data/curr/ca.txt View 1 2 56 chunks +0 lines, -392 lines 0 comments Download
M icu52/source/data/curr/cgg.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/cs.txt View 1 2 50 chunks +0 lines, -370 lines 0 comments Download
M icu52/source/data/curr/cy.txt View 1 2 2 chunks +0 lines, -12 lines 0 comments Download
M icu52/source/data/curr/da.txt View 1 2 42 chunks +0 lines, -280 lines 0 comments Download
M icu52/source/data/curr/dav.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/de.txt View 1 2 42 chunks +0 lines, -284 lines 0 comments Download
M icu52/source/data/curr/dje.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/dyo.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/ebu.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/ee.txt View 1 2 52 chunks +0 lines, -376 lines 0 comments Download
M icu52/source/data/curr/el.txt View 1 2 46 chunks +0 lines, -288 lines 0 comments Download
M icu52/source/data/curr/en.txt View 1 2 56 chunks +0 lines, -392 lines 0 comments Download
M icu52/source/data/curr/en_GB.txt View 1 2 6 chunks +0 lines, -24 lines 0 comments Download
M icu52/source/data/curr/es.txt View 1 2 37 chunks +0 lines, -228 lines 0 comments Download
M icu52/source/data/curr/es_MX.txt View 1 2 11 chunks +0 lines, -68 lines 0 comments Download
M icu52/source/data/curr/et.txt View 1 2 19 chunks +0 lines, -108 lines 0 comments Download
M icu52/source/data/curr/eu.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/ewo.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/fa.txt View 1 2 12 chunks +0 lines, -56 lines 0 comments Download
M icu52/source/data/curr/ff.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/fi.txt View 1 2 56 chunks +0 lines, -392 lines 0 comments Download
M icu52/source/data/curr/fil.txt View 1 2 2 chunks +0 lines, -8 lines 0 comments Download
M icu52/source/data/curr/fr.txt View 1 2 42 chunks +0 lines, -288 lines 0 comments Download
M icu52/source/data/curr/ga.txt View 1 2 20 chunks +0 lines, -140 lines 0 comments Download
M icu52/source/data/curr/gl.txt View 1 2 12 chunks +0 lines, -80 lines 0 comments Download
M icu52/source/data/curr/gsw.txt View 1 2 40 chunks +0 lines, -280 lines 0 comments Download
M icu52/source/data/curr/gu.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/guz.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/ha.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/he.txt View 1 2 13 chunks +0 lines, -80 lines 0 comments Download
M icu52/source/data/curr/hi.txt View 1 2 5 chunks +0 lines, -24 lines 0 comments Download
M icu52/source/data/curr/hr.txt View 1 2 48 chunks +0 lines, -342 lines 0 comments Download
M icu52/source/data/curr/hu.txt View 1 2 34 chunks +0 lines, -228 lines 0 comments Download
M icu52/source/data/curr/hy.txt View 1 2 2 chunks +0 lines, -8 lines 0 comments Download
M icu52/source/data/curr/id.txt View 1 2 26 chunks +0 lines, -184 lines 0 comments Download
M icu52/source/data/curr/is.txt View 1 2 13 chunks +0 lines, -60 lines 0 comments Download
M icu52/source/data/curr/it.txt View 1 2 24 chunks +0 lines, -148 lines 0 comments Download
M icu52/source/data/curr/ja.txt View 1 2 48 chunks +0 lines, -322 lines 0 comments Download
M icu52/source/data/curr/jmc.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ka.txt View 1 2 20 chunks +0 lines, -140 lines 0 comments Download
M icu52/source/data/curr/kab.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/kam.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/kde.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/kea.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/khq.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ki.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/kln.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/km.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/kn.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/ko.txt View 1 2 25 chunks +0 lines, -172 lines 0 comments Download
M icu52/source/data/curr/ks.txt View 1 2 19 chunks +0 lines, -120 lines 0 comments Download
M icu52/source/data/curr/ksb.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ksf.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/lag.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/lg.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ln.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/lo.txt View 1 2 26 chunks +0 lines, -184 lines 0 comments Download
M icu52/source/data/curr/lt.txt View 1 2 56 chunks +0 lines, -490 lines 0 comments Download
M icu52/source/data/curr/lu.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/luo.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/luy.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/lv.txt View 1 2 12 chunks +0 lines, -57 lines 0 comments Download
M icu52/source/data/curr/mas.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/mer.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/mfe.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/mg.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/mk.txt View 1 2 24 chunks +0 lines, -124 lines 0 comments Download
M icu52/source/data/curr/ml.txt View 1 2 35 chunks +0 lines, -248 lines 0 comments Download
M icu52/source/data/curr/mn.txt View 1 2 2 chunks +0 lines, -8 lines 0 comments Download
M icu52/source/data/curr/mr.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/ms.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/mua.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/my.txt View 1 2 6 chunks +0 lines, -24 lines 0 comments Download
M icu52/source/data/curr/naq.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/nb.txt View 1 2 56 chunks +0 lines, -392 lines 0 comments Download
M icu52/source/data/curr/nd.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ne.txt View 1 2 3 chunks +0 lines, -12 lines 0 comments Download
M icu52/source/data/curr/nl.txt View 1 2 52 chunks +0 lines, -368 lines 0 comments Download
M icu52/source/data/curr/nmg.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/nn.txt View 1 2 37 chunks +0 lines, -216 lines 0 comments Download
M icu52/source/data/curr/nyn.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/pl.txt View 1 2 35 chunks +0 lines, -230 lines 0 comments Download
M icu52/source/data/curr/pt.txt View 1 2 56 chunks +0 lines, -392 lines 0 comments Download
M icu52/source/data/curr/pt_PT.txt View 1 2 7 chunks +0 lines, -28 lines 0 comments Download
M icu52/source/data/curr/rm.txt View 1 2 28 chunks +0 lines, -196 lines 0 comments Download
M icu52/source/data/curr/rn.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/ro.txt View 1 2 31 chunks +0 lines, -195 lines 0 comments Download
M icu52/source/data/curr/rof.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/ru.txt View 1 2 24 chunks +0 lines, -160 lines 0 comments Download
M icu52/source/data/curr/ru_BY.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/rwk.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/saq.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/sbp.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/seh.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/ses.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/sg.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/shi.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/shi_Latn.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/si.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/sk.txt View 1 2 31 chunks +0 lines, -208 lines 0 comments Download
M icu52/source/data/curr/sl.txt View 1 2 21 chunks +0 lines, -140 lines 0 comments Download
M icu52/source/data/curr/sn.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/sr.txt View 1 2 48 chunks +0 lines, -342 lines 0 comments Download
M icu52/source/data/curr/sr_Latn.txt View 1 2 48 chunks +0 lines, -342 lines 0 comments Download
M icu52/source/data/curr/sv.txt View 1 2 56 chunks +0 lines, -392 lines 0 comments Download
M icu52/source/data/curr/sw.txt View 1 2 4 chunks +0 lines, -24 lines 0 comments Download
M icu52/source/data/curr/swc.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/ta.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/te.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/teo.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/th.txt View 1 2 26 chunks +0 lines, -184 lines 0 comments Download
M icu52/source/data/curr/tr.txt View 1 2 21 chunks +0 lines, -140 lines 0 comments Download
M icu52/source/data/curr/twq.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/tzm.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/uk.txt View 1 2 28 chunks +0 lines, -200 lines 0 comments Download
M icu52/source/data/curr/ur.txt View 1 2 2 chunks +0 lines, -8 lines 0 comments Download
M icu52/source/data/curr/vai.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/vai_Latn.txt View 1 2 3 chunks +0 lines, -16 lines 0 comments Download
M icu52/source/data/curr/vi.txt View 1 2 27 chunks +0 lines, -187 lines 0 comments Download
M icu52/source/data/curr/vun.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/xog.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/yav.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/yo.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/yo_BJ.txt View 1 2 4 chunks +0 lines, -20 lines 0 comments Download
M icu52/source/data/curr/zgh.txt View 1 2 2 chunks +0 lines, -12 lines 0 comments Download
M icu52/source/data/curr/zh.txt View 1 2 26 chunks +0 lines, -184 lines 0 comments Download
M icu52/source/data/curr/zh_Hans_MO.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/zh_Hant.txt View 1 2 51 chunks +0 lines, -331 lines 0 comments Download
M icu52/source/data/curr/zh_Hant_HK.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/curr/zu.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
A icu52/source/data/in/icudtl.dat View 1 2 Binary file 0 comments Download
M icu52/source/data/lang/af.txt View 1 2 1 chunk +0 lines, -380 lines 0 comments Download
M icu52/source/data/lang/ak.txt View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M icu52/source/data/lang/am.txt View 1 2 2 chunks +0 lines, -259 lines 0 comments Download
M icu52/source/data/lang/ar.txt View 1 2 2 chunks +0 lines, -614 lines 0 comments Download
M icu52/source/data/lang/az.txt View 1 2 1 chunk +0 lines, -674 lines 0 comments Download
M icu52/source/data/lang/be.txt View 1 2 1 chunk +0 lines, -183 lines 0 comments Download
M icu52/source/data/lang/bem.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/bg.txt View 1 2 2 chunks +0 lines, -607 lines 0 comments Download
M icu52/source/data/lang/bn.txt View 1 2 2 chunks +0 lines, -574 lines 0 comments Download
M icu52/source/data/lang/br.txt View 1 2 1 chunk +0 lines, -616 lines 0 comments Download
M icu52/source/data/lang/bs.txt View 1 2 1 chunk +0 lines, -685 lines 0 comments Download
M icu52/source/data/lang/ca.txt View 1 2 2 chunks +0 lines, -713 lines 0 comments Download
M icu52/source/data/lang/cs.txt View 1 2 2 chunks +0 lines, -644 lines 0 comments Download
M icu52/source/data/lang/cy.txt View 1 2 1 chunk +0 lines, -287 lines 0 comments Download
M icu52/source/data/lang/da.txt View 1 2 2 chunks +0 lines, -729 lines 0 comments Download
M icu52/source/data/lang/de.txt View 1 2 2 chunks +0 lines, -674 lines 0 comments Download
M icu52/source/data/lang/ee.txt View 1 2 1 chunk +0 lines, -291 lines 0 comments Download
M icu52/source/data/lang/el.txt View 1 2 2 chunks +0 lines, -681 lines 0 comments Download
M icu52/source/data/lang/en.txt View 1 2 2 chunks +0 lines, -722 lines 0 comments Download
M icu52/source/data/lang/en_GB.txt View 1 2 2 chunks +0 lines, -17 lines 0 comments Download
M icu52/source/data/lang/eo.txt View 1 2 1 chunk +0 lines, -154 lines 0 comments Download
M icu52/source/data/lang/es.txt View 1 2 2 chunks +0 lines, -654 lines 0 comments Download
M icu52/source/data/lang/es_419.txt View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
M icu52/source/data/lang/et.txt View 1 2 2 chunks +0 lines, -674 lines 0 comments Download
M icu52/source/data/lang/eu.txt View 1 2 1 chunk +0 lines, -370 lines 0 comments Download
M icu52/source/data/lang/fa.txt View 1 2 2 chunks +0 lines, -573 lines 0 comments Download
M icu52/source/data/lang/fi.txt View 1 2 2 chunks +0 lines, -723 lines 0 comments Download
M icu52/source/data/lang/fil.txt View 1 2 2 chunks +0 lines, -251 lines 0 comments Download
M icu52/source/data/lang/fo.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/lang/fr.txt View 1 2 2 chunks +0 lines, -679 lines 0 comments Download
M icu52/source/data/lang/ga.txt View 1 2 1 chunk +0 lines, -144 lines 0 comments Download
M icu52/source/data/lang/gl.txt View 1 2 1 chunk +0 lines, -405 lines 0 comments Download
M icu52/source/data/lang/gu.txt View 1 2 2 chunks +0 lines, -580 lines 0 comments Download
M icu52/source/data/lang/ha.txt View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M icu52/source/data/lang/haw.txt View 1 2 1 chunk +0 lines, -37 lines 0 comments Download
M icu52/source/data/lang/he.txt View 1 2 2 chunks +0 lines, -648 lines 0 comments Download
M icu52/source/data/lang/hi.txt View 1 2 2 chunks +0 lines, -586 lines 0 comments Download
M icu52/source/data/lang/hr.txt View 1 2 2 chunks +0 lines, -682 lines 0 comments Download
M icu52/source/data/lang/hu.txt View 1 2 2 chunks +0 lines, -699 lines 0 comments Download
M icu52/source/data/lang/hy.txt View 1 2 1 chunk +0 lines, -244 lines 0 comments Download
M icu52/source/data/lang/id.txt View 1 2 2 chunks +0 lines, -697 lines 0 comments Download
M icu52/source/data/lang/ig.txt View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
M icu52/source/data/lang/is.txt View 1 2 1 chunk +0 lines, -683 lines 0 comments Download
M icu52/source/data/lang/it.txt View 1 2 2 chunks +0 lines, -715 lines 0 comments Download
M icu52/source/data/lang/ja.txt View 1 2 2 chunks +0 lines, -728 lines 0 comments Download
M icu52/source/data/lang/ka.txt View 1 2 1 chunk +0 lines, -601 lines 0 comments Download
M icu52/source/data/lang/kk.txt View 1 2 1 chunk +0 lines, -244 lines 0 comments Download
M icu52/source/data/lang/km.txt View 1 2 1 chunk +0 lines, -256 lines 0 comments Download
M icu52/source/data/lang/kn.txt View 1 2 2 chunks +0 lines, -574 lines 0 comments Download
M icu52/source/data/lang/ko.txt View 1 2 2 chunks +0 lines, -676 lines 0 comments Download
M icu52/source/data/lang/ky.txt View 1 2 1 chunk +0 lines, -252 lines 0 comments Download
M icu52/source/data/lang/lg.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/ln.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/lo.txt View 1 2 1 chunk +0 lines, -900 lines 0 comments Download
M icu52/source/data/lang/lt.txt View 1 2 2 chunks +0 lines, -681 lines 0 comments Download
M icu52/source/data/lang/lv.txt View 1 2 2 chunks +0 lines, -668 lines 0 comments Download
M icu52/source/data/lang/mfe.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/mg.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/mk.txt View 1 2 1 chunk +0 lines, -709 lines 0 comments Download
M icu52/source/data/lang/ml.txt View 1 2 2 chunks +0 lines, -651 lines 0 comments Download
M icu52/source/data/lang/mn.txt View 1 2 1 chunk +0 lines, -255 lines 0 comments Download
M icu52/source/data/lang/mo.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/lang/mr.txt View 1 2 2 chunks +0 lines, -580 lines 0 comments Download
M icu52/source/data/lang/ms.txt View 1 2 2 chunks +0 lines, -248 lines 0 comments Download
M icu52/source/data/lang/mt.txt View 1 2 1 chunk +0 lines, -524 lines 0 comments Download
M icu52/source/data/lang/my.txt View 1 2 1 chunk +0 lines, -330 lines 0 comments Download
M icu52/source/data/lang/nb.txt View 1 2 1 chunk +0 lines, -971 lines 0 comments Download
M icu52/source/data/lang/ne.txt View 1 2 1 chunk +0 lines, -347 lines 0 comments Download
M icu52/source/data/lang/nl.txt View 1 2 2 chunks +0 lines, -704 lines 0 comments Download
M icu52/source/data/lang/nn.txt View 1 2 1 chunk +0 lines, -728 lines 0 comments Download
M icu52/source/data/lang/nyn.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/om.txt View 1 2 1 chunk +0 lines, -90 lines 0 comments Download
M icu52/source/data/lang/or.txt View 1 2 1 chunk +0 lines, -638 lines 0 comments Download
M icu52/source/data/lang/pa.txt View 1 2 1 chunk +0 lines, -251 lines 0 comments Download
M icu52/source/data/lang/pl.txt View 1 2 2 chunks +0 lines, -676 lines 0 comments Download
M icu52/source/data/lang/ps.txt View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
M icu52/source/data/lang/pt.txt View 1 2 2 chunks +0 lines, -624 lines 0 comments Download
M icu52/source/data/lang/pt_PT.txt View 1 2 2 chunks +0 lines, -361 lines 0 comments Download
M icu52/source/data/lang/rm.txt View 1 2 1 chunk +0 lines, -700 lines 0 comments Download
M icu52/source/data/lang/rn.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/ro.txt View 1 2 2 chunks +0 lines, -644 lines 0 comments Download
M icu52/source/data/lang/ru.txt View 1 2 2 chunks +0 lines, -689 lines 0 comments Download
M icu52/source/data/lang/rw.txt View 1 2 1 chunk +0 lines, -106 lines 0 comments Download
M icu52/source/data/lang/si.txt View 1 2 1 chunk +0 lines, -249 lines 0 comments Download
M icu52/source/data/lang/sk.txt View 1 2 2 chunks +0 lines, -644 lines 0 comments Download
M icu52/source/data/lang/sl.txt View 1 2 2 chunks +0 lines, -589 lines 0 comments Download
M icu52/source/data/lang/sn.txt View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
M icu52/source/data/lang/so.txt View 1 2 1 chunk +0 lines, -49 lines 0 comments Download
M icu52/source/data/lang/sq.txt View 1 2 1 chunk +0 lines, -258 lines 0 comments Download
M icu52/source/data/lang/sr.txt View 1 2 2 chunks +0 lines, -605 lines 0 comments Download
M icu52/source/data/lang/sv.txt View 1 2 2 chunks +0 lines, -733 lines 0 comments Download
M icu52/source/data/lang/sw.txt View 1 2 2 chunks +0 lines, -242 lines 0 comments Download
M icu52/source/data/lang/ta.txt View 1 2 2 chunks +0 lines, -580 lines 0 comments Download
M icu52/source/data/lang/te.txt View 1 2 2 chunks +0 lines, -583 lines 0 comments Download
M icu52/source/data/lang/th.txt View 1 2 2 chunks +0 lines, -735 lines 0 comments Download
M icu52/source/data/lang/ti.txt View 1 2 1 chunk +0 lines, -98 lines 0 comments Download
M icu52/source/data/lang/to.txt View 1 2 1 chunk +0 lines, -291 lines 0 comments Download
M icu52/source/data/lang/tr.txt View 1 2 2 chunks +0 lines, -697 lines 0 comments Download
M icu52/source/data/lang/uk.txt View 1 2 2 chunks +0 lines, -669 lines 0 comments Download
M icu52/source/data/lang/ur.txt View 1 2 1 chunk +0 lines, -370 lines 0 comments Download
M icu52/source/data/lang/uz.txt View 1 2 1 chunk +0 lines, -244 lines 0 comments Download
M icu52/source/data/lang/vi.txt View 1 2 2 chunks +0 lines, -711 lines 0 comments Download
M icu52/source/data/lang/yo.txt View 1 2 1 chunk +0 lines, -99 lines 0 comments Download
M icu52/source/data/lang/zh.txt View 1 2 2 chunks +0 lines, -716 lines 0 comments Download
M icu52/source/data/lang/zh_Hant.txt View 1 2 2 chunks +0 lines, -725 lines 0 comments Download
M icu52/source/data/lang/zu.txt View 1 2 1 chunk +0 lines, -363 lines 0 comments Download
M icu52/source/data/locales/af.txt View 1 2 1 chunk +0 lines, -1521 lines 0 comments Download
M icu52/source/data/locales/ak.txt View 1 2 1 chunk +0 lines, -221 lines 0 comments Download
M icu52/source/data/locales/az.txt View 1 2 1 chunk +0 lines, -1470 lines 0 comments Download
M icu52/source/data/locales/be.txt View 1 2 1 chunk +0 lines, -423 lines 0 comments Download
M icu52/source/data/locales/bem.txt View 1 2 1 chunk +0 lines, -208 lines 0 comments Download
M icu52/source/data/locales/br.txt View 1 2 1 chunk +0 lines, -171 lines 0 comments Download
M icu52/source/data/locales/bs.txt View 1 2 1 chunk +0 lines, -391 lines 0 comments Download
M icu52/source/data/locales/cy.txt View 1 2 1 chunk +0 lines, -2229 lines 0 comments Download
M icu52/source/data/locales/ee.txt View 1 2 1 chunk +0 lines, -775 lines 0 comments Download
M icu52/source/data/locales/eo.txt View 1 2 1 chunk +0 lines, -109 lines 0 comments Download
M icu52/source/data/locales/eu.txt View 1 2 1 chunk +0 lines, -1542 lines 0 comments Download
M icu52/source/data/locales/fo.txt View 1 2 1 chunk +0 lines, -166 lines 0 comments Download
M icu52/source/data/locales/ga.txt View 1 2 1 chunk +0 lines, -139 lines 0 comments Download
M icu52/source/data/locales/gl.txt View 1 2 1 chunk +0 lines, -1146 lines 0 comments Download
M icu52/source/data/locales/ha.txt View 1 2 1 chunk +0 lines, -250 lines 0 comments Download
M icu52/source/data/locales/haw.txt View 1 2 1 chunk +0 lines, -102 lines 0 comments Download
M icu52/source/data/locales/hy.txt View 1 2 1 chunk +0 lines, -1506 lines 0 comments Download
M icu52/source/data/locales/ig.txt View 1 2 1 chunk +0 lines, -221 lines 0 comments Download
M icu52/source/data/locales/is.txt View 1 2 1 chunk +0 lines, -1522 lines 0 comments Download
M icu52/source/data/locales/ka.txt View 1 2 1 chunk +0 lines, -1519 lines 0 comments Download
M icu52/source/data/locales/kk.txt View 1 2 1 chunk +0 lines, -1382 lines 0 comments Download
M icu52/source/data/locales/km.txt View 1 2 1 chunk +0 lines, -1340 lines 0 comments Download
M icu52/source/data/locales/ky.txt View 1 2 1 chunk +0 lines, -1466 lines 0 comments Download
M icu52/source/data/locales/lg.txt View 1 2 1 chunk +0 lines, -243 lines 0 comments Download
M icu52/source/data/locales/ln.txt View 1 2 1 chunk +0 lines, -257 lines 0 comments Download
M icu52/source/data/locales/lo.txt View 1 2 1 chunk +0 lines, -2466 lines 0 comments Download
M icu52/source/data/locales/mfe.txt View 1 2 1 chunk +0 lines, -243 lines 0 comments Download
M icu52/source/data/locales/mg.txt View 1 2 1 chunk +0 lines, -239 lines 0 comments Download
M icu52/source/data/locales/mk.txt View 1 2 1 chunk +0 lines, -1513 lines 0 comments Download
M icu52/source/data/locales/mn.txt View 1 2 1 chunk +0 lines, -1521 lines 0 comments Download
M icu52/source/data/locales/mo.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/locales/mt.txt View 1 2 1 chunk +0 lines, -286 lines 0 comments Download
M icu52/source/data/locales/my.txt View 1 2 1 chunk +0 lines, -1308 lines 0 comments Download
M icu52/source/data/locales/nb.txt View 1 2 1 chunk +0 lines, -1593 lines 0 comments Download
M icu52/source/data/locales/ne.txt View 1 2 2 chunks +0 lines, -1490 lines 0 comments Download
M icu52/source/data/locales/nn.txt View 1 2 1 chunk +0 lines, -635 lines 0 comments Download
M icu52/source/data/locales/nyn.txt View 1 2 1 chunk +0 lines, -243 lines 0 comments Download
M icu52/source/data/locales/om.txt View 1 2 1 chunk +0 lines, -152 lines 0 comments Download
M icu52/source/data/locales/or.txt View 1 2 1 chunk +0 lines, -144 lines 0 comments Download
M icu52/source/data/locales/pa.txt View 1 2 1 chunk +0 lines, -1490 lines 0 comments Download
M icu52/source/data/locales/ps.txt View 1 2 1 chunk +0 lines, -136 lines 0 comments Download
M icu52/source/data/locales/rm.txt View 1 2 1 chunk +0 lines, -504 lines 0 comments Download
M icu52/source/data/locales/rn.txt View 1 2 1 chunk +0 lines, -228 lines 0 comments Download
M icu52/source/data/locales/rw.txt View 1 2 1 chunk +0 lines, -121 lines 0 comments Download
M icu52/source/data/locales/si.txt View 1 2 1 chunk +0 lines, -1501 lines 0 comments Download
M icu52/source/data/locales/sn.txt View 1 2 1 chunk +0 lines, -241 lines 0 comments Download
M icu52/source/data/locales/so.txt View 1 2 1 chunk +0 lines, -234 lines 0 comments Download
M icu52/source/data/locales/sq.txt View 1 2 1 chunk +0 lines, -1488 lines 0 comments Download
M icu52/source/data/locales/tg.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/locales/ti.txt View 1 2 1 chunk +0 lines, -146 lines 0 comments Download
M icu52/source/data/locales/to.txt View 1 2 1 chunk +0 lines, -1309 lines 0 comments Download
M icu52/source/data/locales/ur.txt View 1 2 1 chunk +0 lines, -1473 lines 0 comments Download
M icu52/source/data/locales/uz.txt View 1 2 1 chunk +0 lines, -1505 lines 0 comments Download
M icu52/source/data/locales/yo.txt View 1 2 1 chunk +0 lines, -223 lines 0 comments Download
M icu52/source/data/locales/zu.txt View 1 2 2 chunks +0 lines, -1187 lines 0 comments Download
M icu52/source/data/region/af.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/am.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ar.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/az.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/be.txt View 1 2 1 chunk +0 lines, -27 lines 0 comments Download
M icu52/source/data/region/bg.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/bn.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/bo.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/region/bo_IN.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/region/br.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/brx.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/bs.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/bs_Cyrl.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ca.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/chr.txt View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M icu52/source/data/region/cs.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/cy.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/da.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/de.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/dz.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ee.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/el.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/en.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/en_150.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/region/es.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/es_CL.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/region/es_MX.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/et.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/eu.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/fa.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/fi.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/fil.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/fr.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/fr_CA.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/region/ga.txt View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M icu52/source/data/region/gl.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/gsw.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/gu.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/he.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/hi.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/hr.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/hu.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/hy.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/id.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/is.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/it.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ja.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/jgo.txt View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M icu52/source/data/region/ka.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/kea.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/kk.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/km.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/kn.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ko.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ks.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ky.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/lkt.txt View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M icu52/source/data/region/lo.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/lt.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/lv.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/mk.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ml.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/mn.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/mr.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ms.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/mt.txt View 1 2 1 chunk +0 lines, -27 lines 0 comments Download
M icu52/source/data/region/my.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/nb.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ne.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/nl.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/nn.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/or.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/pa.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/pl.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/pt.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/pt_PT.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/rm.txt View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
M icu52/source/data/region/ro.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ru.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/si.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sk.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sl.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sq.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sr.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sr_Latn.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sv.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/sv_FI.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M icu52/source/data/region/sw.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ta.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/te.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/th.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/to.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/tr.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/uk.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/ur.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/uz.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/uz_Cyrl.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/vi.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/zh.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/zh_Hant.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download
M icu52/source/data/region/zh_Hant_HK.txt View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M icu52/source/data/region/zu.txt View 1 2 1 chunk +0 lines, -29 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jungshik at Google
Hi Mark, can you take a look at scripts and icu.gyp ?
6 years, 8 months ago (2014-04-18 00:29:33 UTC) #1
Mark Mentovai
LGTM
6 years, 8 months ago (2014-04-18 13:44:28 UTC) #2
jungshik at Google
6 years, 8 months ago (2014-04-18 17:35:31 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r264811 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698