[Freeciv-Dev] [bug #19870] Sort out female qualifiers on leader names

2012-07-02 Thread Jacob Nevins
Update of bug #19870 (project freeciv):

  Status:  Ready For Test = Fixed  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?19870

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19870] Sort out female qualifiers on leader names

2012-06-30 Thread Jacob Nevins
Follow-up Comment #1, bug #19870 (project freeciv):

For future reference, the incantation I used to review this and related bugs
was:


egrep -i
'(anarchy|despotism|monarchy|republic|communism|democracy|fundamentalism)'
data/nation/*.ruleset | grep -v init_government | sort -k 3


That is, find all leader title lines, and sort in order of male leader title
(and after that female leader title).

___

Reply to this item at:

  http://gna.org/bugs/?19870

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19870] Sort out female qualifiers on leader names

2012-06-29 Thread Jacob Nevins
URL:
  http://gna.org/bugs/?19870

 Summary: Sort out female qualifiers on leader names
 Project: Freeciv
Submitted by: jtn
Submitted on: Fri Jun 29 21:51:42 2012
Category: rulesets
Severity: 2 - Minor
Priority: 3 - Low
  Status: In Progress
 Assigned to: jtn
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: Any
 Planned Release: 2.3.3,2.4.0,2.5.0

___

Details:

Some leader name strings have unnecessary i18n qualifiers, like
?female:Empress. Since Empress generally also exists as a string in other
nations, this just makes work for translators.

While looking for these, it's easy to spot missing ?female: qualifiers too;
these will lead to localised male titles appearing inappropriately.

This doesn't make any more strings, so let's apply to S2_3 where applicable.




___

Reply to this item at:

  http://gna.org/bugs/?19870

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19870] Sort out female qualifiers on leader names

2012-06-29 Thread Jacob Nevins
Update of bug #19870 (project freeciv):

  Status: In Progress = Ready For Test 

___

Additional Item Attachment:

File name: trunk-S2_4-female-qualifiers.diff Size:9 KB
File name: S2_3-female-qualifiers.diffSize:2 KB


___

Reply to this item at:

  http://gna.org/bugs/?19870

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev