Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2746 closed defect (fixed)

[PATCH] Various errors in Greek unit names

Reported by: pstumpf2 Owned by: leper
Priority: Should Have Milestone: Alpha 17
Component: UI & Simulation Keywords: patch
Cc: Patch:

Description (last modified by historic_bruno)

  • τριήρης is short for ἡ τριήρης ναῦς -> feminine
  • Ἀθηναϊκός means »pertaining to Athena« (not Athens the city). The correct adjective is Ἀθηναῖος. Hence: »Athenian trireme« means τριήρης Ἀθηναία
  • γυνή is feminine (duh) and has the accent on the last syllable.
  • Σπαρτιάτισσα is not a word. »Spartan woman« means Σπαρτιᾶτις.
  • Σπαρτιάτης, not Σπαρτιάτις.
  • athen_ship_trireme.xml

     
    22<Entity parent="template_unit_mechanical_ship_trireme">
    33  <Identity>
    44    <Civ>athen</Civ>
    5     <SpecificName>Triḗrēs Athēnaïkós</SpecificName>
     5    <SpecificName>Triḗrēs Athēnaía</SpecificName>
    66    <GenericName>Athenian Trireme</GenericName>
    77    <History>The first Triremes were built circa 650BC, and by 500BC the Trireme was the most widely used heavy warship of the Greek city-states. In the Trireme, the outriggers were now an integral part of the ship's hull. The Trireme also had a partial or full fighting deck above the rowers. The length of the Trireme remained approximately 35-38 meters, and the beam was approximately 3.5 metres. A Trireme carried 170 oarsmen, plus twenty sailors and fourteen marines in Greek navies. The top speed of a Trireme was approximately 11.5 knots. Some Triremes may have been able to reach higher speeds in short bursts. A Trireme travelling from Athens to Mitylene in 427BC made the 350 kilometre trip in only 24 hours, averaging eight knots (14.6 km/h). The Trireme could accelerate much faster than a Bireme or Penteconter, and was much more maneuverable. This gave the Trireme an advantage in combat, where higher speed and manoeuvrability meant a better chance of victory.</History>
    88    <Icon>units/hele_ship_trireme.png</Icon>
  • mace_support_female_citizen.xml

     
    22<Entity parent="template_unit_support_female_citizen">
    33  <Identity>
    44    <Civ>mace</Civ>
    5     <SpecificName>Gýnē Makedonikós</SpecificName>
     5    <SpecificName>Gynḗ Makedonikḗ</SpecificName>
    66    <GenericName>Macedonian Woman</GenericName>
    77    <History>Macedonian women were mothers, first and foremost. They had few rights and a low station. Lower class women labored the land and, only when necessary, tended the family shop. Middle and upper class women were relegated almost exclusively to home life. Be that as it may, they were masters of the home and servants, their husbands often deferred to their wives in domestic matters. Some Macedonian women did wield uncommon influence in politics, the most famous being Olympias, mother of Alexander.</History>
    88    <Icon>units/hele_support_female_citizen.png</Icon>
  • spart_champion_infantry_spear.xml

     
    9898  <Identity>
    9999    <Civ>spart</Civ>
    100100       <GenericName>Spartan Hoplite</GenericName>
    101     <SpecificName>Spartiáti̱s</SpecificName>
     101    <SpecificName>Spartiā́tes</SpecificName>
    102102    <Tooltip>Classes: Champion Melee Infantry Spearman.
    103103Counters: 2x vs. All Cavalry types. +10% Attack vs. All Non-Greek Units.
    104104Countered by: Skirmishers, Swordsmen, Cavalry Archers.</Tooltip>
  • spart_support_female_citizen.xml

     
    2323  <Identity>
    2424    <Civ>spart</Civ>
    2525    <GenericName>Spartan Woman</GenericName>
    26     <SpecificName>Spartiátissa</SpecificName>
     26    <SpecificName>Spartiā̂tis</SpecificName>
    2727    <History>Spartan women were some of the freest in the ancient world. They could own land and slaves and even exercise naked like Spartan men. It is said that only Spartan women gave birth to real men. Such tough as nails women more than once helped save their city from disaster, for example when after a lost battle against Pyrrhus of Epirus they overnight built an earthen rampart to protect the city while their men slept in preparation for the next day's siege.</History>
    2828    <Icon>units/hele_support_female_citizen.png</Icon>
    2929    <Tooltip>Classes: Citizen Support Worker Female.

Attachments (1)

trans.diff (4.2 KB ) - added by pstumpf2 10 years ago.

Download all attachments as: .zip

Change History (6)

by pstumpf2, 10 years ago

Attachment: trans.diff added

comment:1 by Josh, 10 years ago

As we don't have many greek experts on the team, could you please cite any credentials you may have?

comment:2 by historic_bruno, 10 years ago

Description: modified (diff)

comment:3 by Itms, 10 years ago

Component: Core engineUI & Simulation
Keywords: patch reviewed added
Milestone: BacklogAlpha 17
Summary: Various errors in Greek unit names[PATCH] Various errors in Greek unit names

I validate everything here. Thanks for spotting these errors!

I can't commit from where I am, if someone can take care of that it would be cool, else I'll do that tonight.

comment:4 by leper, 10 years ago

Owner: set to leper
Resolution: fixed
Status: newclosed

In 15666:

Fix some greek unit names. Patch by pstumpf2. Fixes #2746.

comment:5 by leper, 10 years ago

Keywords: reviewed removed

Done. Thanks for the patch, though it would have been nice if you had made it from the top directory.

Note: See TracTickets for help on using tickets.