Bug 2156 - Differences between English and French system preferences
Summary: Differences between English and French system preferences
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P3 normal (vote)
Assignee: Henri-Damien LAURENT
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 05:49 UTC by Chris Cormack
Modified: 2012-10-26 00:40 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 00:47:12 UTC


---- Reported by Andrew.moore@liblime.com 2008-05-23 05:49:45 ----

Frederic Demians reports:

Hi,

I've noticed differences between English and French syspref:

   /installer/data/mysql/en/mandatory/sysprefs.sql
   /installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql

I've done a script which identified those differences.

Variables available in 'en' but unavailable in 'fr-FR':

  1. acquisitions
  2. finescalendar
  3. marcflavour - should be added to 'fr-FR'
  4. opacmaintenance - should be removed (and in
     admin/systempreferences.pl)
  5. opacmainuserblock - must be added to 'fr-FR' (that's from this
     syspref I've began noticing those differences)
  6. opacuserjs
  7. patronsperpage - should be added to 'fr-FR'
  8. previousissuesdefaultsortorder - should be added to 'fr-FR'
  9. sortbynonfiling - to be removed
 10. specifyduedate
 11. todaysissuesdefaultsortorder - should be added to 'fr-FR'

Variables available in 'fr-FR' but unavailable in 'en':

  1. amazondevkey - to be removed
  2. authdisplayhierarchy - used in authorities/detail.pl and
     opac/opac-authoritiesdetail.pl
  3. hidebiblionumber - to be removed (and in admin/systempreferences.pl)
  4. readinghistory - used in several places: should be added to 'en'?
  5. receivebackissues - to be removed (and in admin/systempreferences.pl)

Frédéric

<http://lists.koha.org/pipermail/koha-devel/2008-May/007658.html>



---- Additional Comments From nengard@gmail.com 2010-05-14 11:41:21 ----

Is this still an issue with the new sys pref module?



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:47 UTC  ---

This bug was previously known as _bug_ 2156 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2156

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was Andrew.moore@liblime.com.

Comment 1 Owen Leonard 2010-06-25 14:18:58 UTC
Reassigning. Can someone at BibLibre check to see if this is still an issue?
Comment 2 Katrin Fischer 2011-04-25 01:35:17 UTC
Is this still an issue? 

I know we run unit tests checking for missing preferences in translated files, does it work the other way (missing in English file) too?
Comment 3 Katrin Fischer 2011-12-13 06:40:51 UTC
We are using one central file for system preferences now with the option to update some preferences to language specific values. I think this resolves this bug.