← Back to team overview

mahara-contributors team mailing list archive

[Bug 1184465] [NEW] Add version numbers to language packs

 

Public bug reported:

As I touched on in https://bugs.launchpad.net/mahara/+bug/1180544 ,
there's currently no way for a user looking at the langpacks site (
http://langpacks.mahara.org/ ) to tell whether there's been an update to
their language pack.

Therefore, it would be useful if we added version numbers to the
language packs. These could be placed in lang/langconfig.php, something
like this:

$string['release'] = '1.7.1'; // The Mahara release number this langpack was created for
$string['version'] = '2013052700'; // Incremented on each new release of the langpack, using the current date.

And the name of the langpack file could be changed to something along
the lines of "vi-1.7_STABLE-2013052700.tar.gz".

** Affects: mahara
     Importance: Medium
     Assignee: Son Nguyen (ngson2000)
         Status: New


** Tags: langpacks

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1184465

Title:
  Add version numbers to language packs

Status in Mahara ePortfolio:
  New

Bug description:
  As I touched on in https://bugs.launchpad.net/mahara/+bug/1180544 ,
  there's currently no way for a user looking at the langpacks site (
  http://langpacks.mahara.org/ ) to tell whether there's been an update
  to their language pack.

  Therefore, it would be useful if we added version numbers to the
  language packs. These could be placed in lang/langconfig.php,
  something like this:

  $string['release'] = '1.7.1'; // The Mahara release number this langpack was created for
  $string['version'] = '2013052700'; // Incremented on each new release of the langpack, using the current date.

  And the name of the langpack file could be changed to something along
  the lines of "vi-1.7_STABLE-2013052700.tar.gz".

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


Follow ups

References