View Issue Details

IDProjectCategoryView StatusLast Update
0008552mantisbtlocalizationpublic2009-06-26 12:06
ReporterFrescard Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0rc2 
Target Version1.1.3 
Summary0008552: String File missing for "french_canadian"
Description

Upon changing a bug status from "new" to "resolved" the following error message is produced by mantis/bug_update.php (Other functions work fine)

SYSTEM WARNING:
require_once(/var/www/domains/x.contrex.ca/docs/mantis/lang/strings_french_canadian.txt)
[function.require-once]: failed to open stream: No such file or directory

Fatal error: require_once() [function.require]: Failed opening required '/var/www/domains/x.contrex.ca/docs/mantis/lang/strings_french_canadian.txt'
(include_path='.:/usr/local/lib/php') in /var/www/domains/x.contrex.ca/docs/mantis/core/lang_api.php on line 49

Steps To Reproduce
  • Move to Canada
  • Set the profile language to French
  • Create and save a new bug report
  • Change its status to "new"
  • Change its status to "resolved"
Additional Information

Copying the file \lang\strings_french.txt to strings_french_canadian.txt will fix the issue.

TagsNo tags attached.

Activities

leblancma

leblancma

2008-02-29 12:59

reporter   ~0017223

As long ago as May 2006, I had proposed removal of the Canadian version of French strings. No adverse comments were forthcoming.

The advantage of doing this is that we only have one file to maintain.

Bithunter

Bithunter

2008-03-11 06:16

reporter   ~0017312

I agree, if situation is similar to spanish. Every country "wants" to have their own translation, but there is no sense in doing that. I´s possible to make a translation to fit all countries.

vboctor

vboctor

2008-07-13 02:25

manager   ~0018383

I have tested this on the latest 1.1.x branch and it seems that the french_canadian is removed and if I set it current language through the database to french_canadian, it reverts back to English. If I then go through preferences and choose a different language then it works fine.

So, I think this issue can be closed unless something things otherwise. Did anyone test this on 1.1.2 release?

leblancma

leblancma

2008-07-22 14:59

reporter   ~0018638

Last edited: 2008-07-22 15:01

Tested OK with release 1.1.2. French-canadian no longer appears in the drop down list for language preferences, and changing to french works fine.

Also tested OK in 1.2.0a2-SVN. You may go ahead and close the issue?