[GRASS5] one more localization question
Glynn Clements
glynn at gclements.plus.com
Mon Jun 13 04:43:41 EDT 2005
- Previous message: [GRASS5] one more localization question
- Next message: [GRASS5] Re: [GRASS-CVS] brad: grass6/lib/image close.c,2.0,2.1 filbuf.c,2.0,2.1 flsbuf.c,2.0,2.1 name.c,2.0,2.1 open.c,2.0,2.1 pix.c,2.0,2.1 rdwr.c,2.0,2.1 rle.c,2.0,2.1 row.c,2.0,2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Brad Douglas wrote:
> Should output written to history files be localized? eg:
>
> sprintf(hist.edhist[0], "some text");
> sprintf (hist.datsrc_1, "Group/subgroup: %s/%s", group, subgroup);
> hist.edlinecnt = 1;
> G_write_history (name, &hist);
> ...
>
> I would think that these should be localized, but I defer to the list to
> make certain.
It's debatable.
Ideally you would be able to control the language used for files
separately to the language used for user interaction.
In the absence of such separation, I would lean towards not localising
file contents.
--
Glynn Clements <glynn at gclements.plus.com>
- Previous message: [GRASS5] one more localization question
- Next message: [GRASS5] Re: [GRASS-CVS] brad: grass6/lib/image close.c,2.0,2.1 filbuf.c,2.0,2.1 flsbuf.c,2.0,2.1 name.c,2.0,2.1 open.c,2.0,2.1 pix.c,2.0,2.1 rdwr.c,2.0,2.1 rle.c,2.0,2.1 row.c,2.0,2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the grass-dev
mailing list