Changeset 519

Show
Ignore:
Timestamp:
03/28/04 12:06:16 (5 years ago)
Author:
jajcus
Message:

- Dutch in locale mapping (to be updated)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/register.c

    r497 r519  
    1 /* $Id: register.c,v 1.51 2004/03/16 19:30:25 mmazur Exp $ */ 
     1/* $Id: register.c,v 1.52 2004/03/28 10:06:16 jajcus Exp $ */ 
    22 
    33/* 
     
    3939} locale_mapping[]={ 
    4040        { "Polski", "pl_PL"}, 
     41        { "Dutch", "nl_NL"}, 
    4142        { "English", "C" }, 
    4243        { NULL, NULL}