diff options
author | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-04-05 01:04:40 +0200 |
---|---|---|
committer | Gone2Daly <71726742+Gone2Daly@users.noreply.github.com> | 2023-04-05 01:04:40 +0200 |
commit | d3c7e9b27ba60550b23efb9e37cc66b91de0c795 (patch) | |
tree | 0f753afd37019984e18ca3cac74a650c7d3c040f /game/localisation | |
parent | c7def7396da00b39eced666ad360397733712bfd (diff) |
Adding province overview panel and selection of province.
Diffstat (limited to 'game/localisation')
-rw-r--r-- | game/localisation/en_GB/menus.csv | 1 | ||||
-rw-r--r-- | game/localisation/en_GB/provinces.csv | 2 | ||||
-rw-r--r-- | game/localisation/en_GB/provinces.csv.import | 17 |
3 files changed, 20 insertions, 0 deletions
diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv index 27a0858..97e6f2c 100644 --- a/game/localisation/en_GB/menus.csv +++ b/game/localisation/en_GB/menus.csv @@ -13,6 +13,7 @@ OPTIONS_RESET,R OPTIONS_BACK,X ,, General Tab +OPTIONS_NYAF,Nyaf OPTIONS_GENERAL_SAVEFORMAT,Savegame Format OPTIONS_GENERAL_BINARY,Binary OPTIONS_GENERAL_TEXT,Text diff --git a/game/localisation/en_GB/provinces.csv b/game/localisation/en_GB/provinces.csv new file mode 100644 index 0000000..ad0d0b8 --- /dev/null +++ b/game/localisation/en_GB/provinces.csv @@ -0,0 +1,2 @@ +,, Provinces +1023_NAME,London
\ No newline at end of file diff --git a/game/localisation/en_GB/provinces.csv.import b/game/localisation/en_GB/provinces.csv.import new file mode 100644 index 0000000..0ae9755 --- /dev/null +++ b/game/localisation/en_GB/provinces.csv.import @@ -0,0 +1,17 @@ +[remap] + +importer="csv_translation" +type="Translation" +uid="uid://ljh3sy6dw0tv" + +[deps] + +files=["res://localisation/en_GB/provinces..translation", "res://localisation/en_GB/provinces. Provinces.translation"] + +source_file="res://localisation/en_GB/provinces.csv" +dest_files=["res://localisation/en_GB/provinces..translation", "res://localisation/en_GB/provinces. Provinces.translation"] + +[params] + +compress=true +delimiter=0 |