From 92ef18e002527cdf34481cf50e36a486b8f70c50 Mon Sep 17 00:00:00 2001 From: rvid19 <53793291+rvid19@users.noreply.github.com> Date: Sat, 26 Aug 2023 16:20:02 +0300 Subject: [PATCH 6/6] Update portuguese.ruleset Some updates to the Portuguese: - New monarchs. (Some of the most important ones.) - Extended legend. Ported to S3_1 by Marko Lindqvist See osdn #48528 --- data/nation/portuguese.ruleset | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/data/nation/portuguese.ruleset b/data/nation/portuguese.ruleset index 0b404f952c..144fcc260c 100644 --- a/data/nation/portuguese.ruleset +++ b/data/nation/portuguese.ruleset @@ -2,18 +2,21 @@ translation_domain = "freeciv-core" -name=_("Portuguese") -plural=_("?plural:Portuguese") -groups="Medieval", "Early Modern", "Modern", "European", "Core" -legend=_("Portugal founded the first of the great mercantile empires\ - in the 1400s on the shipbuilding advances funded by Prince Henry the\ - Navigator.") +name = _("Portuguese") +plural = _("?plural:Portuguese") +groups = "Medieval", "Early Modern", "Modern", "European", "Core" +legend = _("Portugal was originally a Castillian county that achieved\ + independence. After finishing it's reconquista in 1249, Portugal\ + founded the first of the great mercantile empires in the 1400s on the\ + shipbuilding advances funded by Prince Henry the Navigator.") leaders = { "name", "sex" "Afonso Henriques", "Male" "Sancho I", "Male" "Dinis", "Male" + "José", "Male" + "Pedro IV", "Male" "Afonso IV", "Male" "João I", "Male" "João II", "Male" @@ -29,13 +32,13 @@ ruler_titles = { "Fundamentalism", _("Patriarch %s"), _("Mother Superior %s") } -flag="portugal" +flag = "portugal" flag_alt = "-" -style = "Classical" +style = "Classical" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" civilwar_nations = "brazilian", "angolan", "bissau-guinean", "cape verdean", "east timorese", "mozambican", "santomean" @@ -91,7 +94,7 @@ cities = "Marvão", "Mafra", "Palmela", - "Cascais", + "Cascais (ocean)", "Estoril", "Funchal", "Ponta Delgada", @@ -102,4 +105,5 @@ cities = "Maia", "Figueira da Foz (river)", "Matosinhos", - "Vila Nova de Gaia" + "Vila Nova de Gaia", + "Pombal" -- 2.40.1