"Rising Glory" not stored for french players #279


  • New
  • Waiting
Closed
  • Trisko91 created this issue Mar 24, 2021

    Hi,

     

    I'm playing the game in French, and whenever I collect a "Belle-de-l'aube" herb, aka Rising Glory, it doesn't add a marker on the map and the minimap.

     

    I changed the game language to English, tried again, and it worked : I collected a Rising Glory, and I got the markers.

     

    I switched the game back to French. I figured out that the existing tags where still there. So I tried to collect a new "Belle-de-l'aube", and unfortunatly, I met the same issue.

     

    Is there a way I can fix this myself ?

     

     

  • Trisko91 added the tags New Waiting Mar 24, 2021
  • andyb84 posted a comment Apr 25, 2021

    Same here, I guess the problem comes from the " ' " in the french plant name : Gather Mate must store its data in text format and this " ' " messes with it.

  • Djbapt posted a comment Jul 13, 2021

    Yeah that's what I thought it can be that or the hyphen maybe.

  • iAlree posted a comment Oct 29, 2021

    in file "locales/GatherMate2-frFR.lua"

    replace line 503

    NL["Rising Glory"] = "Belle-de-l'aube" 

    by

    NL["Rising Glory"] = "Belle-de-l’aube"

     

    and reload your UI

    ( ' ) char(0x27) replaced by ( ’ ) char(0x2019)


    Edited Oct 29, 2021
  • nevcairiel posted a comment Nov 27, 2022

    Locale should be fixed in the localization tool:

    https://www.wowace.com/projects/gathermate2/localization

  • nevcairiel closed issue Nov 27, 2022

To post a comment, please login or register a new account.