← Back to team overview

mahara-contributors team mailing list archive

[Bug 1794990] Re: Can't export portfolio with french translation

 

** Changed in: mahara
       Status: Fix Committed => In Progress

** Changed in: mahara
     Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg)

** Changed in: mahara
    Milestone: None => 19.04.0

** Also affects: mahara/18.04
   Importance: Undecided
       Status: New

** Also affects: mahara/19.04
   Importance: Undecided
       Status: New

** Also affects: mahara/18.10
   Importance: High
     Assignee: Cecilia Vela Gurovic (ceciliavg)
       Status: In Progress

** Changed in: mahara/18.10
    Milestone: 19.04.0 => 18.10.1

** Changed in: mahara/18.04
    Milestone: None => 18.04.4

** Changed in: mahara/19.04
    Milestone: None => 19.04.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1794990

Title:
  Can't export portfolio with french translation

Status in Mahara:
  In Progress
Status in Mahara 18.04 series:
  New
Status in Mahara 18.10 series:
  In Progress
Status in Mahara 19.04 series:
  New

Bug description:
  Mahara version : 18.04.2
  french langPack : 18.04

  A problem in french translation generate a JS error when trying to export a portfolio (export/index.php).
  You need to modify the string that is inserted in the JS to escape the quote.

  You need to modify the file fr.utf8/lang/fr.utf8/export.php

  $string['exportgeneratedsuccessfully1'] = 'L\'export a été généré avec
  succès.';

  become
  $string['exportgeneratedsuccessfully1'] = 'L\\\'export a été généré avec succès.';

  Sorry if this is not the right place to put this but I couldn't find a
  better place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1794990/+subscriptions


References