View Issue Details

IDProjectCategoryView StatusLast Update
0001606SkyChart1-Softwarepublic17-01-17 15:07
Reportergrof Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version16.04
Product Version3.11 SVN 
Target Version4.0Fixed in Version3.11 SVN 
Summary0001606: View | Position translation problems and buttons order problem
DescriptionView | Position string translated in Launchpad for Slovenian language but has no effect in Skycharts
Steps To ReproduceSee attachment
Additional InformationTested on Ubuntu 16.04 using PPA. Help | About version:
Version 3.11-svn-3433 2017/01/16 10:32:38.
TagsNo tags attached.

Activities

grof

17-01-16 17:49

reporter  

view_position.png (62,572 bytes)   
view_position.png (62,572 bytes)   

Patrick Chevalley

17-01-17 15:07

administrator   ~0003542

The Slovenian string in Launchpad was missing the "%s" at the end. This make the translation to be rejected by the program to avoid a crash when formating the text.

I replace the text in Launchpad:
"Ekvatorske koordinate, enakonočje:"
by
"Ekvatorske koordinate, enakonočje: %s"

Translation fixed by revision 3440:
https://sourceforge.net/p/skychart/code/3440

Buttons fixed at the same time as 0001601 in 3437:
https://sourceforge.net/p/skychart/code/3437

Issue History

Date Modified Username Field Change
17-01-16 17:49 grof New Issue
17-01-16 17:49 grof File Added: view_position.png
17-01-17 15:07 Patrick Chevalley Assigned To => Patrick Chevalley
17-01-17 15:07 Patrick Chevalley Status new => resolved
17-01-17 15:07 Patrick Chevalley Resolution open => fixed
17-01-17 15:07 Patrick Chevalley Fixed in Version => 3.11 SVN
17-01-17 15:07 Patrick Chevalley Target Version => 4.0
17-01-17 15:07 Patrick Chevalley Note Added: 0003542