Sid Meier's Civilization V

Sid Meier's Civilization V

Civilization IV Traits for Fire Emblem Civs
Mathetes tou Megalou Alexandrou  [开发者] 2018 年 7 月 5 日 下午 7:20
Making a translation
So some people are asking how to translate

To add a translation, first open the mod folder which is by default in My Document -> My Games -> Sid Meier's Civilization V -> Mods and look for this mod's folder. Open the XML file and open GameText_en_US.xml with a notepad.

Copy what is inside <Language_en_US> but do not copy the <Language_en_US> or </Language_en_US>, and beneath that (and above </GameData>) make a new section and in case of Russian, it is <Language_RU_RU></Language_RU_RU>. Paste the copied material between the <Language_RU_RU> and </Language_RU_RU>, and translate away.

So for example,
<Row Tag="TXT_KEY_LEADER_MATHALX_FE_SOPHIA_CIV_IV">
<Text>Sophia [ICON_PEACE][ICON_GREAT_PEOPLE]</Text>
</Row>

would be

<Row Tag="TXT_KEY_LEADER_MATHALX_FE_SOPHIA_CIV_IV">
<Text>София [ICON_PEACE][ICON_GREAT_PEOPLE]</Text>
</Row>