View Issue Details

IDProjectCategoryView StatusLast Update
0005693mantisbtlocalizationpublic2020-02-20 04:23
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0a3 
Fixed in Version1.0.0rc1 
Summary0005693: Use English language if a string is not found in other languages
Description

In the 1.0.0a3, the $s_profile is defined in the English localisation, but is not defined in the other ones. This is due to the file not being sync'd after the addition of this string.

The lang_get() API should do the following:

  • Attempt to get the string in the appropriate language.
  • If not found, attempt to get the string from the English language.
  • If not found, trigger an error.
TagsNo tags attached.

Relationships

has duplicate 0005711 closedvboctor APPLICATION WARNING #300: Zeichenkette 'profile' nicht gefunden. 
has duplicate 0005877 closedthraxisp Upgrade from 0.18.2 to 1.0.0a3 
has duplicate 0005874 closedvboctor Selecting dutch language gives an error in the 'View Issues' page 
has duplicate 0005974 closedvboctor Some fields are missing in dutch language 

Activities

vboctor

vboctor

2005-06-05 10:06

manager   ~0010364

The fix for this issue can be found in the following diff:
http://cvs.sourceforge.net/viewcvs.py/mantisbt/mantisbt/core/lang_api.php?r1=1.37&r2=1.38

Related Changesets

MantisBT: master 05fcdfb4

2005-06-01 09:19

vboctor


Details Diff
Fixed 0005693: Use English language if a string is not found in other languages.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3591 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0005693
mod - core/lang_api.php Diff File