Missing NLS translation (NlsCatKRN indexedMsg: 53)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing NLS translation (NlsCatKRN indexedMsg: 53)

Richard Sargent
Administrator
The following methods in CLIM attempt to reference an indexed message which does not seem to be in the distribution. (Tested in 8.5.2 and 8.6.)

Object>>#instVarNamed:
Object>>#instVarNamed:put:


NlsCatKRN indexedMsg: 53   ====>   'MISSING 53 in krn'

The attempt also logs the following on the Transcript.
NLS Error 1014 loading index 53 for locale ('english' 'us' 'ansi-ascii') from file 'krn.cat'

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Missing NLS translation (NlsCatKRN indexedMsg: 53)

John O'Keefe-3
Richard -

The message should be 'Instance variable named %1 not found in receiver' -- do you need a replacement krn.cat file?

John

On Tuesday, December 31, 2013 2:59:38 PM UTC-5, Richard Sargent wrote:
The following methods in CLIM attempt to reference an indexed message which does not seem to be in the distribution. (Tested in 8.5.2 and 8.6.)

Object>>#instVarNamed:
Object>>#instVarNamed:put:


NlsCatKRN indexedMsg: 53   ====>   'MISSING 53 in krn'

The attempt also logs the following on the Transcript.
NLS Error 1014 loading index 53 for locale ('english' 'us' 'ansi-ascii') from file '<a href="http://krn.cat" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fkrn.cat\46sa\75D\46sntz\0751\46usg\75AFQjCNGTknliEbH0XvTiIlobIbthD5DQSQ';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fkrn.cat\46sa\75D\46sntz\0751\46usg\75AFQjCNGTknliEbH0XvTiIlobIbthD5DQSQ';return true;">krn.cat'

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Missing NLS translation (NlsCatKRN indexedMsg: 53)

Richard Sargent
Administrator
On Thursday, January 2, 2014 8:32:06 AM UTC-8, John O'Keefe wrote:
The message should be 'Instance variable named %1 not found in receiver' -- do you need a replacement <a href="http://krn.cat" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fkrn.cat\46sa\75D\46sntz\0751\46usg\75AFQjCNGTknliEbH0XvTiIlobIbthD5DQSQ';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fkrn.cat\46sa\75D\46sntz\0751\46usg\75AFQjCNGTknliEbH0XvTiIlobIbthD5DQSQ';return true;">krn.cat file?

Thanks, John. I don't expect to have to deal with the situation in reality, so I don't need an update.
(Although, this is the kind of thing that would b good to simply post on your web site for download.)
 

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Missing NLS translation (NlsCatKRN indexedMsg: 53)

John O'Keefe-3
Richard -

It is easier to post it here. The case is 53320 (fixed in 8.6.1). The krn.cat file is attached. It has indexed messages up through 59 (I think) since I've been doing some development for 8.6.1 that added messages, but 53 is correct now.

John

On Thursday, January 2, 2014 12:18:32 PM UTC-5, Richard Sargent wrote:
On Thursday, January 2, 2014 8:32:06 AM UTC-8, John O'Keefe wrote:
The message should be 'Instance variable named %1 not found in receiver' -- do you need a replacement <a href="http://krn.cat" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fkrn.cat\46sa\75D\46sntz\0751\46usg\75AFQjCNGTknliEbH0XvTiIlobIbthD5DQSQ';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fkrn.cat\46sa\75D\46sntz\0751\46usg\75AFQjCNGTknliEbH0XvTiIlobIbthD5DQSQ';return true;">krn.cat file?

Thanks, John. I don't expect to have to deal with the situation in reality, so I don't need an update.
(Although, this is the kind of thing that would b good to simply post on your web site for download.)
 

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.

krn.cat (18K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Missing NLS translation (NlsCatKRN indexedMsg: 53)

Richard Sargent
Administrator

Thanks, John.

On Jan 2, 2014 12:21 PM, "John O'Keefe" <[hidden email]> wrote:
Richard -

It is easier to post it here. The case is 53320 (fixed in 8.6.1). The krn.cat file is attached. It has indexed messages up through 59 (I think) since I've been doing some development for 8.6.1 that added messages, but 53 is correct now.

John

On Thursday, January 2, 2014 12:18:32 PM UTC-5, Richard Sargent wrote:
On Thursday, January 2, 2014 8:32:06 AM UTC-8, John O'Keefe wrote:
The message should be 'Instance variable named %1 not found in receiver' -- do you need a replacement krn.cat file?

Thanks, John. I don't expect to have to deal with the situation in reality, so I don't need an update.
(Although, this is the kind of thing that would b good to simply post on your web site for download.)
 

--
You received this message because you are subscribed to a topic in the Google Groups "VA Smalltalk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/va-smalltalk/Ls-_1FzBbcc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Missing NLS translation (NlsCatKRN indexedMsg: 53)

baulamon
In reply to this post by Richard Sargent
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.