diff options
author | Hop311 <hop3114@gmail.com> | 2023-09-25 20:19:02 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-09-27 15:14:54 +0200 |
commit | b21bd9230a0cd169497438aaaa4a7c9052472816 (patch) | |
tree | cd2696336d1f34926979e7e6ea062c5b4bfdfb86 /game/localisation | |
parent | de2017128313b9a322eb59c40a4180099d9c18b7 (diff) |
Terrain types calculation, label and mapmode
Diffstat (limited to 'game/localisation')
-rw-r--r-- | game/localisation/en_GB/mapmodes.csv | 1 | ||||
-rw-r--r-- | game/localisation/en_GB/menus.csv | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/game/localisation/en_GB/mapmodes.csv b/game/localisation/en_GB/mapmodes.csv index bcb466f..2aa4cd2 100644 --- a/game/localisation/en_GB/mapmodes.csv +++ b/game/localisation/en_GB/mapmodes.csv @@ -4,6 +4,7 @@ mapmode_province;Province mapmode_region;Region mapmode_terrain;Terrain mapmode_index;Index +mapmode_terrain_type;Terrain Type mapmode_rgo;RGO mapmode_infrastructure;Infrastructure mapmode_population;Population Density diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv index 57994ad..f81decf 100644 --- a/game/localisation/en_GB/menus.csv +++ b/game/localisation/en_GB/menus.csv @@ -123,6 +123,7 @@ DIALOG_SAVE_AND_QUIT;Save and Quit province_MISSING;No Province region_MISSING;No Region LIFE_RATING_TOOLTIP;Liferating: {life_rating} +terrain_type_MISSING;No Terrain Type total_population_MISSING;No Population PROVINCE_POPULATION_TOOLTIP;Province population rgo_MISSING;No RGO |