Here are stats for all the components:
index   lang    count
0       en      12132
1       it      10893
2       zh      10245
3       fr      9821
4       zh_TW   8804
5       th      8063
6       de      7916
7       es      6655
8       ro      6075
9       ru      5283
10      nl      4553
11      pt_BR   4226
12      hi_IN   3275
13      pt      3014
14      vi      1674
15      ar      1243
16      da      803
17      zh_CN   795
18      pt_PT   623
19      ja      596
20      cs      441
21      de_CH   71
22      en_GB   62
23      fy              3
24      hi-IN   2
26      FR              1
27      in              1
28      pt-PT   1
29      zh-CN   1
30      zh-TW   1

Can't we remove a few from the bottom?

On Wed, 10 Apr 2013 08:08:56 +0530, Jacques Le Roux <jacques.le.r...@les7arts.com> wrote:

What do you intend to do exactly?

BTW, no needs to broadcast to the 2 MLs. For such cases dev is enough.

Thanks

Jacques

From: "Mark Schneider" <m...@it-infrastrukturen.org>
Am 08.04.2013 22:13, schrieb Christian Geisert:
Am 07.04.2013 18:08, schrieb Mark Schneider:
Hello,

Are you interested in some cosmetic pachtes like the one attached?
(to get more common look for all subscreens of ecommerce)

apache-ofbiz-12.04.01/specialpurpose/ecommerce/webapp/ecommerce/cart/minipromotext.ftl



Further I could add some non-existing UiLabels for German to/for
eCommerce.
(in case you are interested)

Absolutely ;-)

It looks like there is some need for cleaning action in eCommerce for
all languages:


apache-ofbiz-12.04.01-orig/specialpurpose/ecommerce/config$
awk -F\" '/lang=\"/ {print $2}' EcommerceUiLabels.xml | sort -u | \
xargs -iX awk '/lang=\"X/ { X_count +=  1 };  END {print "lang_X
UiLabels\t= " X_count; }' EcommerceUiLabels.xml

lang_ar UiLabels        = 1
lang_cs UiLabels        = 63
lang_da UiLabels        = 291
lang_de UiLabels        = 267
lang_en UiLabels        = 326
lang_en_GB UiLabels     = 11
lang_es UiLabels        = 210
lang_fr UiLabels        = 301
lang_hi_IN UiLabels     = 191
lang_it UiLabels        = 297
lang_ja UiLabels        = 198
lang_nl UiLabels        = 293
lang_pt UiLabels        = 351
lang_pt_BR UiLabels     = 293
lang_pt_PT UiLabels     = 57
lang_ro UiLabels        = 227
lang_ru UiLabels        = 230
lang_th UiLabels        = 248
lang_vi UiLabels        = 315
lang_zh UiLabels        = 589
lang_zh_TW UiLabels     = 298

Not only in eCommerce (s. attached file UiLabels_overview.txt)
apache-ofbiz-12.04.01-orig$
for Y in `find ./ -name "*UiLabel*"`; do echo -e "\n$Y"; awk -F\"
'/lang=\"/ {print $2}' $Y | sort -u | xargs -iX awk '/lang=\"X/ {
X_count +=  1 };  END {print "lang_X UiLabels\t= " X_count; }' $Y; done
> /tmp/UiLabels_overview.txt

There are also some typos like:
hi-IN
pt-PT
zh-CN
zh-TW

Do you think I should open some JIRA issues? .. eg. like one per component.

Who can help to unify all these UiLabels? ;)

regards, Mark

--
m...@it-infrastrukturen.org

http://rsync.it-infrastrukturen.org




--
Using Opera's revolutionary email client: http://www.opera.com/mail/

Reply via email to