Menu

#120 Loop evaluation notification misses translation

v1.0.x
fixed
None
v1.0.9
Bug Fix
2017-01-22
2016-10-12
Erik Hänel
No

The loop status notification feature misses a language string, which may be translated. Currently only "Werte aus ..." is used.

Analysis:
There are few spots in the code, where not cerr was used, but mu::console(). These spots were ignored during translation implementation.

Implementation:
The missing translation strings were implemented.

Documentation:
Not needed - Bug fix.

Tests:
During implementation of the GUI all outputs had to be checked. This ticket can be closed.

Discussion

  • Erik Hänel

    Erik Hänel - 2016-12-14
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2016-12-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The loop status notification feature misses a language string, which may be translated. Currently only "Werte aus ..." is used.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2016-12-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The loop status notification feature misses a language string, which may be translated. Currently only "Werte aus ..." is used.
    
     **Analysis:**
    +There are few spots in the code, where not `cerr` was used, but `mu::console()`. These spots were ignored during translation implementation.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2016-12-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     There are few spots in the code, where not `cerr` was used, but `mu::console()`. These spots were ignored during translation implementation.
    
     **Implementation:**
    +The missing translation strings were implemented.
    
     **Documentation:**
    +Not needed - Bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-01-22
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +During implementation of the GUI all outputs had to be checked. This ticket can be closed.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB