buggnubg - Bugs: bug #63465, "Blum, Blum and Shub"...

 
 

bug #63465: "Blum, Blum and Shub" & "Mersenne Twister" was not gettext() in gtk_combo_box

Submitter:  TAKAHASHI Kaoru <kaoru>
Submitted:  Sun 04 Dec 2022 07:58:29 AM UTC
   
 
Originator Name:  TAKAHASHI Kaoru Item Group:  * Other bug
Category:  * Graphical User Interface Release:  * 1.06
Privacy:  Public Operating System:  * All
Severity:  3 - Normal Open/Closed:  Closed
Assigned to:  plm Priority:  5 - Normal
Status:  Fixed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 04 Dec 2022 07:58:29 AM UTC, original submission:  

In dice.c:
----------------------------------------------------------------
const char *aszRNG[NUM_RNGS] = {
    N_("Blum, Blum and Shub"),
    "ISAAC",
    "MD5",
    N_("Mersenne Twister"),
----------------------------------------------------------------

I'll translate "Blum, Blum and Shub" to "Blum-Blum-Shub" in Japanese(ja.po).:
----------------------------------------------------------------
#: dice.c:56
msgid "Blum, Blum and Shub"
msgstr "Blum-Blum-Shub"
----------------------------------------------------------------

But, "Blum, Blum and Shub" & "Mersenne Twister" was not translated (in [Options]-[Dice] Random number generator).


aszRNG[] was not gettextize in some of the append_dice_options().
This patch translate "Blum, Blum and Shub" & "Mersenne Twister" in [Options]-[Dice].

TAKAHASHI Kaoru <kaoru>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #54053:  gtkoptions.c.diff added by kaoru (692B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by plm (Updated the item)
  • -email is unavailable- added by kaoru (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-12-13 plm Open/ClosedOpen Closed
        StatusConfirmed Fixed
    2022-12-06 plm Operating SystemLinux All
        Assigned toNone plm
        StatusNone Confirmed
    2022-12-04 kaoru Attached File- Added gtkoptions.c.diff, #54053

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code