From 462c831bc7f16f0033f72e914eb70482826bd4ad Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 28 Nov 2022 06:08:45 +0200 Subject: [PATCH 29/29] texan.ruleset: Backport cleanup See osdn #46132 Signed-off-by: Marko Lindqvist --- data/nation/texan.ruleset | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/nation/texan.ruleset b/data/nation/texan.ruleset index 5dfc045f08..199bdfd69b 100644 --- a/data/nation/texan.ruleset +++ b/data/nation/texan.ruleset @@ -1,9 +1,9 @@ [nation_texan] -name=_("Texan") -plural=_("?plural:Texans") -groups="American" -legend=_("Texas, \"the Lone Star State\" is the second largest and second\ +name = _("Texan") +plural = _("?plural:Texans") +groups = "American" +legend = _("Texas, \"the Lone Star State\" is the second largest and second\ most populous state of the USA, famous for its \"larger than life\"\ cowboy mentality. During its history, Texas has been ruled in full or in\ part by six countries: France, Spain, Mexico, the Texas Republic, the\ @@ -29,16 +29,16 @@ ruler_titles = { "Fundamentalism", _("Reverend %s"), _("?female:Reverend %s") } -flag="texas" +flag = "texas" flag_alt = "usa" style = "European" -init_techs="" -init_buildings="" -init_units="" +init_techs = "" +init_buildings = "" +init_units = "" -conflicts_with="chilean" ; similar flag -civilwar_nations="american", "mexican", "hasinay", "comanche", "apache" +conflicts_with = "chilean" ; similar flag +civilwar_nations = "american", "mexican", "hasinay", "comanche", "apache" cities = "Austin (hills, river, grassland, !ocean, !swamp)", @@ -49,7 +49,7 @@ cities = "Fort Worth (plains, river, grassland, !ocean, !mountains)", "Washington-on-the-Brazos (river, !mountains)", "Fredericksburg (hills, grassland, !ocean)", - "Beaumont (forest, river, swamp, !mountains, !hills)", + "Beaumont (forest, river, swamp, !mountains, !hills)", "Corpus Christi (ocean, swamp, !mountains, !hills)", "El Paso (river, hills, !ocean, mountains, !grassland)", "Lubbock (plains, desert, !ocean, !grassland)", -- 2.35.1