From d32c68eb2c198e3cd1aab3f080be492eb8406b89 Mon Sep 17 00:00:00 2001 From: wowgetoffyourcellphone Date: Sat, 5 Mar 2022 19:47:01 +0000 Subject: [PATCH] Add Chinese specificName for Town and City phase techs. Discussion: https://wildfiregames.com/forum/topic/38729-addition-of-han-chinese-to-0ad/?do=findComment&comment=482980 Participants: @Carltonus @OliverLew @AIEND This was SVN commit r26551. --- .../public/simulation/data/technologies/phase_city_generic.json | 1 + .../public/simulation/data/technologies/phase_town_generic.json | 1 + 2 files changed, 2 insertions(+) diff --git a/binaries/data/mods/public/simulation/data/technologies/phase_city_generic.json b/binaries/data/mods/public/simulation/data/technologies/phase_city_generic.json index 0b72905c51..430c4b08fc 100644 --- a/binaries/data/mods/public/simulation/data/technologies/phase_city_generic.json +++ b/binaries/data/mods/public/simulation/data/technologies/phase_city_generic.json @@ -1,6 +1,7 @@ { "genericName": "City Phase", "specificName": { + "han": "Jùn", "mace": "Megalopolis", "ptol": "Megalopolis", "sele": "Megalopolis", diff --git a/binaries/data/mods/public/simulation/data/technologies/phase_town_generic.json b/binaries/data/mods/public/simulation/data/technologies/phase_town_generic.json index 321a4ab4f7..aaf5c7bc24 100644 --- a/binaries/data/mods/public/simulation/data/technologies/phase_town_generic.json +++ b/binaries/data/mods/public/simulation/data/technologies/phase_town_generic.json @@ -1,6 +1,7 @@ { "genericName": "Town Phase", "specificName": { + "han": "Xìan", "mace": "Kōmopolis", "ptol": "Kōmopolis", "sele": "Kōmopolis",