mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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.
This commit is contained in:
parent
d566f891d9
commit
d32c68eb2c
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"genericName": "City Phase",
|
||||
"specificName": {
|
||||
"han": "Jùn",
|
||||
"mace": "Megalopolis",
|
||||
"ptol": "Megalopolis",
|
||||
"sele": "Megalopolis",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"genericName": "Town Phase",
|
||||
"specificName": {
|
||||
"han": "Xìan",
|
||||
"mace": "Kōmopolis",
|
||||
"ptol": "Kōmopolis",
|
||||
"sele": "Kōmopolis",
|
||||
|
|
|
|||
Loading…
Reference in a new issue