
ime化+α 日本語化
This needs extra lines in the .desktop files for each language and then fixmenus should pick it up automatically.himajin wrote:menu was not localized
Code: Select all
ENVIRONMENT_LANG=`echo $LANG | sed "s/\(..\).*/\1/"` #detect environment language
case $ENVIRONMENT_LANG in
jp) export LANGUAGE="japanese" ;;
*) export LANGUAGE="english" ;; #english for contries without translation
esac
OK.I think I can guess why "Open With" is displayed in english.
In the official ROX-Filer release I think this item is called "Send To" and it has been changed in the version used in puppy to "Open With". My guess is that whoever did the hack didn't update the internationalisation.
yeah, i did some of that01micko wrote:Hey Bugman,
You can make any 4 series dingo puppy look like deepthought 4.2 if you go here http://www.murga-linux.com/puppy/viewtopic.php?t=34331
Menu icons included.
that is great but I don't know what to do with ithimajin wrote: OK.
/usr/local/apps/ROX-Filer/Messages/ja.gmo
http://nami4.dyndns.org/p_blog/resources/ja.gmo
...and will you save all localisation changes to Japanese localisation sfs file so in future you only need to mount the localisation file for all the updates to take effect?HairyWill wrote:that is great but I don't know what to do with ithimajin wrote: OK.
/usr/local/apps/ROX-Filer/Messages/ja.gmo
http://nami4.dyndns.org/p_blog/resources/ja.gmo
Should it get packaged with ROX-Filer itself or is there an NLS pet that you use?
Almost form hear and modefied.HairyWill wrote: Should it get packaged with ROX-Filer itself or is there an NLS pet that you use?
WhoDo wrote: ...and will you save all localisation changes to Japanese localisation sfs file so in future you only need to mount the localisation file for all the updates to take effect?
If would be great to have an nls.sfs file that offered localisation options for ALL languages, but one for each language would be sufficient.
Japanese localising key is 'ja)'.HairyWill wrote:@himajin
Thank you japanese will be included in the 0.8.2 release. Just click on /root/my-roxapps/Rox-Right-Clicks and it should rebuild the menus for you. If you then want to remaster with the links included you should include everything in /root/.config/rox.sourceforge.net/OpenWith in your new release.
I am new to this localising stuff. Please can you confirm that this code detects your locale properly@BugmanCode: Select all
ENVIRONMENT_LANG=`echo $LANG | sed "s/\(..\).*/\1/"` #detect environment language case $ENVIRONMENT_LANG in jp) export LANGUAGE="japanese" ;; *) export LANGUAGE="english" ;; #english for contries without translation esac
I think the icons came from zigbert and they were included in the first 4.2 alpha by default