bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Translating trace messages


From: Akim Demaille
Subject: Re: Translating trace messages
Date: 28 Aug 2002 16:38:38 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

2002-08-12  Paul Eggert  <address@hidden>


        * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
        bitset_stats_read, bitset_stats_write): Wrap strings in _() if
        they need translation.
        * src/LR0.c (state_list_append, new_itemsets, get_state,
        append_states, generate_states): Likewise.
        * src/assoc.c (assoc_to_string): Likewise.
        * src/closure.c (print_closure, set_firsts, closure): Likewise.
        * src/gram.c (grammar_dump): Likewise.
        * src/injections.c (injections_compute): Likewise.
        * src/lalr.c (lookaheads_print): Likewise.
        * src/relation.c (relation_transpose): Likewise.
        * src/scan-gram.l: Likewise.
        * src/tables.c (table_grow, pack_vector): Likewise.

Actually, it was on purpose that they were not marked as to be
translated: they are not meant for the users, so I don't think the
translators should have to translate them.  In fact, I removed the _()
for some messages.

Am I going against some rules?  Should I have stated this somewhere to
make the intention explicit?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]