Page 1 of 1

upup-476cjk2

Posted: Fri 03 Jul 2009, 01:48
by shinobar
This post is outdated. Try lang_pack_all or lang_pack_cjk instead.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702

Hi, all
upup-476cjk2 has chinese, japanese, korean support and potentially others,
including many bugfix of upup-476.

HOW TO INSTALL
1. Install upup-476
2. replace initrd.gz to 'initrd-upup476utf8r2.gz'(rename to 'initrd.gz').
3. bootup upup-476
4. Install CJK support pet's
* utf8_mount-upup476-2.pet
* scim-1.4.7-0.476.0.1.pet
* desktops_cjk-upup476-1.pet
* lang_support_??-upup476-0.2.pet
... you can install all 3(zh,ja,ko) together if you like.
5. Menu > Desktop > Chooselocale
Once select your locale ex. 'ko_KR'
ensure 'UTF-8' encoding checked on
6. Restart X
7. Once more, restart X
8. Start up 'browse' or 'edit'
9. Press [Ctrl] + [Space], then SCIM shall be usable.

Posted: Fri 03 Jul 2009, 04:43
by Lobster
ohayou gozaimasu shinobar

Good job 8)

pup-476cjk2 updated

Posted: Mon 06 Jul 2009, 03:02
by shinobar
Thanks Lobster from me and from japanese team.
i beleave my utf8_mount-upup476-3.pet has univarsal bugfix not only for cjk against upup-476. please take a look.

upup-476cjk2 is updated.
  1. initrd - buxfix looking up extra sfs files
  2. utf8_mount-upup476-3.pet
    • bootmanager - bugfix looking up extra sfs files
    • input_wizard - some message display
  3. i18n_progs-upup476-2.pet - remove xarchive that was only for japanese
  4. lang_support_??-upup476-0.3.pet - cjk pdf file support and some translations
  5. seamonkey-1.1.7(ja).pet - use 'ja' only if you can read japanese
  6. flash-player-10.0.22.pet - update to most recent version

Posted: Mon 06 Jul 2009, 05:03
by puppyiso
Hello, shinobar

I have upgraded files for cjk UPUP. However, the menu doesn't have unified language.

Korean and Japanese words are mixed. It should be sorted out and be separated.

Take a look.

I am wondering if the menu I'm seeing is Korean got to do with my Korean setting.

Do I get Japanese menu if I set language set to Japanese?

If you need any help translating menu into "Full" Korean, I am willing to help.

John S

How to tranrate

Posted: Mon 06 Jul 2009, 13:42
by shinobar
puppyiso wrote:Korean and Japanese words are mixed.
there is a mistake in /usr/share/application/pplog-blog.desktop.
wrong:

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=PPLOG personal blog
Name=PPLOG パーソナルブログ
...
right:

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Name=PPLOG personal blog
Name[ja]=PPLOG パーソナルブログ
...
you can see you can add korean transration as

Code: Select all

Name[ko]=...
upup transrations are mainly in 4 groups.
  1. /usr/share/desktop-directories/Puppy-*.directory
  2. /usr/share/applications/*.desktop
  3. /usr/share/??/LC_MESSAGES/*.mo
  4. /usr/local/p*/locals/*
you are encouraged to make korean transrations of thoes.

Posted: Tue 07 Jul 2009, 01:52
by puppyiso
I guess the icon names and title bars are belong to desktop.
I will try.

utf8_mount-upup476 updated

Posted: Mon 13 Jul 2009, 03:28
by shinobar
updated utf8_mount-upup476-4.pet available at upup-476cjk2 place

changes:
  1. /root/.xinitrc - remove 'crond', was just a my mistake, replace 'fixmenus' to 'fixmenus_on_locale'
  2. fixmenus_on_locale (new script) - makes link of /etc/xdg/templates.locale/*.(lang) to /etc/xdg/templates and fixmenu only if locale is changed
  3. restartjwm (new script) - fixmenus and restart jwm
    this file is missing in utf8_mount-upup476-4.pet.
    please make next code on /usr/local/restartjwm with excutable property.

    Code: Select all

    #!/bin/sh
    fixmenus
    pidof jwm &>/dev/null && jwm -restart
  4. PETget - i18n (japanese petget.mo packed in lang_support_ja-upup476-0.4.pet)
  5. pmount, drive_all, rc.shutdown (bugfix and new feature) - open CD tray when unmounted or at shutdown
  6. rc.sysinit (minor bugfix) - force overwright when gunzip modules
  7. remasterpup2 (bugfix) - remove /lib/modules/${KERNELVER} /init.d from new upup-476.sfs
  8. remasterpup2 (new feature) - .iso file can be used in place of real CD

Posted: Tue 14 Jul 2009, 02:49
by BarryK
shinobar, it's great what you are doing. I have mentioned your work in my blog:

http://puppylinux.com/blog/?viewDetailed=00885

vfat mounting

Posted: Tue 14 Jul 2009, 06:54
by shinobar
thanks Barry

you can see my answer on mounting vfat in utf8_mount-upup476-4.pet.
take a look pmount and chooselocale

from /usr/sbin/pmount in utf8_mount-upup476-4.pet...

Code: Select all

  vfat)
   NLS_PARAM=""
   if [ -f /etc/codepage ]; then
	grep -q -i 'iso.*8859-1[^0-9]*$' /etc/codepage && [ "$(echo $LANG|cut -d'.' -f1)" != "en_US" ] && NLS_PARAM=",codepage=cp850"
	grep -q -i 'iso.*8859-2[^0-9]*$' /etc/codepage && NLS_PARAM=",codepage=cp852,iocharset=iso8859-2"
   fi
   echo $LANG | grep -q -i '\.utf' && NLS_PARAM="$NLS_PARAM,utf8"
   mount -t vfat -o shortname=mixed,quiet$NLS_PARAM $DODEV /mnt/$DEVNAME #v411 added quiet.
   RETVAL1=$?
   ;;
iso9660)
   mount -t $DOFS -o iocharset=utf8 $DODEV /mnt/$DEVNAME
   RETVAL1=$?
	;;  
from /usr/sbin/chooselocale in utf8_mount-upup476-4.pet...

Code: Select all

# 27jun09 codepage
CODEPAGE=""
FONTMAP=/usr/share/kbd/consolefonts/lat1-12.psfu
SUPPORTED=/usr/share/i18n/SUPPORTED
grep -q "^$LANGCHOICE [ ]*ISO-8859-1$" $SUPPORTED && CODEPAGE="ISO-8859-1"
grep -q "^$LANGCHOICE [ ]*ISO-8859-2$" $SUPPORTED && CODEPAGE="ISO-8859-2"
[ "$CODEPAGE" = "ISO-8859-2" ] && FONTMAP=/usr/share/kbd/consolefonts/lat2-12.psfu
echo -n "$CODEPAGE" > /etc/codepage
echo -n "$FONTMAP" > /etc/fontmap
# end of codepage setting

Posted: Wed 15 Jul 2009, 05:00
by puppyiso
I tried but still not good.

--------------------------------------------------------------------------
upup transrations are mainly in 4 groups.


1. /usr/share/desktop-directories/Puppy-*.directory
2. /usr/share/applications/*.desktop
3. /usr/share/??/LC_MESSAGES/*.mo
4. /usr/local/p*/locals/*
------------------------------------------------------------------------
I did #1 and #2 is half done, but I don't see korean menus after x server reboot, not eve after full reboot.

The Japanese menu still stays. I think I have to delete Name[jp]=pplog completely if I can't eliminate it.

Can you direct me where to look that #3 directory? (3. /usr/share/??/LC_MESSAGES/*.mo) What ?? mean?

If the menu thing doesn't work, then I have to go back to Gnome packs.

John

translations

Posted: Wed 15 Jul 2009, 13:07
by shinobar
puppyiso wrote:I did #1 and #2 is half done, but I don't see korean menus after x server reboot, not eve after full reboot.
have you put /usr/local/bin/restartjwm i described before?
or, comfirm your locale is ko_KR.UTF-8 and from urxvt

Code: Select all

fixmenus
jwm -restart
as for /usr/share/locale/??/LC_MESSAGES/*.mo,
you can find many files in /usr/share/locale/ja/LC_MESSAGES
copy them to /usr/share/locale/ko/LC_MESSAGES and rewrite.

utf8_mount-upup476 updated

Posted: Fri 17 Jul 2009, 12:36
by shinobar
updated utf8_mount-upup476-5.pet available at upup-476cjk2 place

Changes:
  1. /usr/local/bin/jwmrestart - was missing
  2. /etc/rc.d/rc.update - avoid turning menus back to english
  3. /sbin/pupevent_frontend_d - i18n, improve detecting drive icons import from v.4.1.6
  4. /usr/sbin/delayedrun - i18n, recover from black desktop (experimental)
  5. /etc/shutdown - eject cd at shutdown improved
  6. /usr/local/bin/drive_all - no dialog after cd tray opened
  7. /etc/init.d/rc.windows - enable windows fonts and virtual memory for upup (new feature)
  8. /usr/local/petget, /usr/sbin/remasterpup2 - revive LANG=C to (hopely) speed up

upup-476ja0r5.iso

Posted: Mon 20 Jul 2009, 12:29
by shinobar
if you can read japanese, use upup-476ja0r5.iso available from here.
more langage support at upup476cjk2/ directory. install them for full cjk support.
  • lang_support_ko-upup476-0.3.pet
  • lang_support_zh-upup476-0.3.pet

Posted: Thu 03 Dec 2009, 15:33
by puppyiso
Anything new recently?

I am seeing D cup, oops.. DPup nowadays...

Posted: Thu 07 Jan 2010, 17:38
by oui
Hi

What is with Indian Devanagari. Can you include some fonts and options?

Thank you very much!

bye

Posted: Fri 27 Apr 2012, 05:36
by linux28
upup-476cjk2??????????

Posted: Fri 27 Apr 2012, 05:37
by linux28
http://122.102.213.192/puppy/upup/upup476cjk2/


Network Timeout







The operation timed out when attempting to contact 122.102.213.192.

OUTDATED

Posted: Fri 27 Apr 2012, 06:35
by shinobar
Sorry, but this topic is outdated. Try lang_pack_all or lang_pack_cjk instead.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702

Re: OUTDATED

Posted: Fri 27 Apr 2012, 15:47
by linux28
shinobar wrote:Sorry, but this topic is outdated. Try lang_pack_all or lang_pack_cjk instead.
http://www.murga-linux.com/puppy/viewtopic.php?t=51702

xarchive??? :shock:

Posted: Sun 06 May 2012, 07:36
by linux28
How to change xarchive the language?