diff options
author | Hop311 <hop3114@gmail.com> | 2023-04-23 20:49:01 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-04-23 20:49:01 +0200 |
commit | d3f3187209cb4085f27f95ce8ad2a77af25704fd (patch) | |
tree | 60971db586e78761341f2b48110d149b1ba0db9d /game/localisation/en_GB/regions.csv | |
parent | 1084a5d64df5d3465ef90b3b85fe3374636a3fe8 (diff) |
C++ refactoring + simulation prototype
Diffstat (limited to 'game/localisation/en_GB/regions.csv')
-rw-r--r-- | game/localisation/en_GB/regions.csv | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/game/localisation/en_GB/regions.csv b/game/localisation/en_GB/regions.csv index 8fe8943..258cce6 100644 --- a/game/localisation/en_GB/regions.csv +++ b/game/localisation/en_GB/regions.csv @@ -1,8 +1,8 @@ ,, Regions -region_europe_NAME,Europe -region_north_america_NAME,North America -region_south_america_NAME,South America -region_africa_NAME,Africa -region_asia_NAME,Asia -region_oceania_NAME,Oceania +region_europe,Europe +region_north_america,North America +region_south_america,South America +region_africa,Africa +region_asia,Asia +region_oceania,Oceania |