it's korean language file.
thanks.
Archive: Korean
it's korean language file.
thanks.
Korean language file
-.-
bug fixed korean language file.
-.-a
I solved some problem in korean language file.
Re: bug fixed korean language file.
Originally posted by koderWhat are all these weird defines and invalid commands in your Modern UI file?
-.-a
I solved some problem in korean language file.
Re: bug fixed korean language file.
quote:
--------------------------------------------------------------------------------
Originally posted by koder
-.-a
I solved some problem in korean language file.
--------------------------------------------------------------------------------
What are all these weird defines and invalid commands in your Modern UI file?
-------------------------------------------------------------
Because korean has different "auxiliary word" by a noun.
( "EUL" or "RUL" )
so I defined "EUL_RUL" to user can choose "auxiliary word" at his own script. ( at head of file )
but still "EUL_RUL" need to defined at "DirText", so I added "DirText" at end of file.
I tested script and no problem. what is "invalid command" ?
Please notice to me.
korean.nsh
I found that DirText command in korean.nsh makes problem in multilange project. :cry:
so I removed it and added some defines ( MUI_FONT_HEADER .. )
but still "EUL_RUL" is remained.
Language files should all have the same compatible format. Can you please explain why you need EUL_RUL and what could be done to solve this problem?
My english skill is too foor to explain. T.T
anyway.
korean language use "EUL" and "RUL" by subject.
"winamp is... " is can translate in korean "winamp RUL.."
but
"photoshop is... " equls "photoshop EUL.."
so, old version uses "EUL(RUL)" to solve this problem.
"winamp EUL(RUL)"
to solver this problem, I added !define EUL_RUL to user
can define his own auxiliary word(EUL_RUL)
I understand. Can you please add some information about it to the language file?
Why is there sometimes no ${EUL_RUL} after $(^Name)? And should there be a space before ${EUL_RUL} or not?
EUL_RUL is used when noun is object. (my previous explanation is not correct - not used in suject )
so, when ^Name is subject, it's not needed. (use diffent auxiliary word)
and korean need no space within noun and auxiliary word.
( "word" in korean is very different from english )
updated korean nlf/nsh file.