From 13eef5c00b5e6671569e6aaa7dfbbb4d75a9c25a Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Mon, 5 Sep 2022 18:25:26 +0200 Subject: [PATCH 1/2] Add build list --- data/zone_source/build.txt | 2 ++ data/zone_source/h2_mod_common.csv | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 data/zone_source/build.txt diff --git a/data/zone_source/build.txt b/data/zone_source/build.txt new file mode 100644 index 00000000..0c3a9f69 --- /dev/null +++ b/data/zone_source/build.txt @@ -0,0 +1,2 @@ +eng_h2_mod_common +h2_mod_common \ No newline at end of file diff --git a/data/zone_source/h2_mod_common.csv b/data/zone_source/h2_mod_common.csv index 1d2c51e0..e69de29b 100644 --- a/data/zone_source/h2_mod_common.csv +++ b/data/zone_source/h2_mod_common.csv @@ -1 +0,0 @@ -build,eng_h2_mod_common \ No newline at end of file From 1b9f8bcc7f1d6a341448d5ef268f893f8c211e9d Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Mon, 5 Sep 2022 19:05:01 +0200 Subject: [PATCH 2/2] Move localizedstring to ff --- data/cdata/localizedstrings/_arabic.json | 3 -- data/cdata/localizedstrings/_czech.json | 3 -- data/cdata/localizedstrings/_french.json | 3 -- data/cdata/localizedstrings/_german.json | 3 -- .../localizedstrings/_japanese_full.json | 3 -- .../localizedstrings/_japenese_partial.json | 3 -- data/cdata/localizedstrings/_korean.json | 3 -- data/cdata/localizedstrings/_polish.json | 3 -- data/cdata/localizedstrings/_portuguese.json | 3 -- data/cdata/localizedstrings/_russian.json | 3 -- .../localizedstrings/_russian_partial.json | 3 -- .../localizedstrings/_simplified_chinese.json | 3 -- data/cdata/localizedstrings/_spanish.json | 3 -- data/cdata/localizedstrings/_spanishna.json | 3 -- .../_traditional_chinese.json | 3 -- data/cdata/localizedstrings/english.json | 38 ------------------- data/cdata/localizedstrings/english_safe.json | 38 ------------------- data/zone_source/build.txt | 1 + data/zone_source/h2_mod_common.csv | 1 + data/zone_source/ita_h2_mod_common.csv | 1 + .../localizedstrings/italian.json | 0 21 files changed, 3 insertions(+), 121 deletions(-) delete mode 100644 data/cdata/localizedstrings/_arabic.json delete mode 100644 data/cdata/localizedstrings/_czech.json delete mode 100644 data/cdata/localizedstrings/_french.json delete mode 100644 data/cdata/localizedstrings/_german.json delete mode 100644 data/cdata/localizedstrings/_japanese_full.json delete mode 100644 data/cdata/localizedstrings/_japenese_partial.json delete mode 100644 data/cdata/localizedstrings/_korean.json delete mode 100644 data/cdata/localizedstrings/_polish.json delete mode 100644 data/cdata/localizedstrings/_portuguese.json delete mode 100644 data/cdata/localizedstrings/_russian.json delete mode 100644 data/cdata/localizedstrings/_russian_partial.json delete mode 100644 data/cdata/localizedstrings/_simplified_chinese.json delete mode 100644 data/cdata/localizedstrings/_spanish.json delete mode 100644 data/cdata/localizedstrings/_spanishna.json delete mode 100644 data/cdata/localizedstrings/_traditional_chinese.json delete mode 100644 data/cdata/localizedstrings/english.json delete mode 100644 data/cdata/localizedstrings/english_safe.json create mode 100644 data/zone_source/ita_h2_mod_common.csv rename data/{cdata => zonetool}/localizedstrings/italian.json (100%) diff --git a/data/cdata/localizedstrings/_arabic.json b/data/cdata/localizedstrings/_arabic.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_arabic.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_czech.json b/data/cdata/localizedstrings/_czech.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_czech.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_french.json b/data/cdata/localizedstrings/_french.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_french.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_german.json b/data/cdata/localizedstrings/_german.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_german.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_japanese_full.json b/data/cdata/localizedstrings/_japanese_full.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_japanese_full.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_japenese_partial.json b/data/cdata/localizedstrings/_japenese_partial.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_japenese_partial.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_korean.json b/data/cdata/localizedstrings/_korean.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_korean.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_polish.json b/data/cdata/localizedstrings/_polish.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_polish.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_portuguese.json b/data/cdata/localizedstrings/_portuguese.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_portuguese.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_russian.json b/data/cdata/localizedstrings/_russian.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_russian.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_russian_partial.json b/data/cdata/localizedstrings/_russian_partial.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_russian_partial.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_simplified_chinese.json b/data/cdata/localizedstrings/_simplified_chinese.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_simplified_chinese.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_spanish.json b/data/cdata/localizedstrings/_spanish.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_spanish.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_spanishna.json b/data/cdata/localizedstrings/_spanishna.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_spanishna.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/_traditional_chinese.json b/data/cdata/localizedstrings/_traditional_chinese.json deleted file mode 100644 index b2d92974..00000000 --- a/data/cdata/localizedstrings/_traditional_chinese.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "PLACEHOLDER": "PLACEHOLDER" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/english.json b/data/cdata/localizedstrings/english.json deleted file mode 100644 index 87d39bc5..00000000 --- a/data/cdata/localizedstrings/english.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "MENU_MODS_DESC": "Load installed mods.", - "LUA_MENU_MOD_DESC_DEFAULT": "Load &&1.", - "LUA_MENU_MOD_DESC": "&&1\nAuthor: &&2\nVersion: &&3", - "LUA_MENU_LOADED_MOD": "Loaded mod: ^3&&1", - "LUA_MENU_AVAILABLE_MODS": "Available mods", - "LUA_MENU_UNLOAD": "Unload", - "LUA_MENU_UNLOAD_DESC": "Unload the currently loaded mod.", - "LUA_MENU_WORKSHOP": "Workshop", - "LUA_MENU_WORKSHOP_DESC": "Download and install mods.", - - "MENU_GENERAL": "H2-MOD", - "MENU_GENERAL_DESC": "Set h2-mod's settings.", - "LUA_MENU_AUTO_UPDATE": "Automatic updates", - "LUA_MENU_AUTO_UPDATE_DESC": "Enable or disable automatic updates on startup.", - "LUA_MENU_CHECK_UPDATES": "Check for updates", - "LUA_MENU_CHECK_UPDATES_DESC": "Check for updates.", - "LUA_MENU_DRAWING": "Hud", - "LUA_MENU_UPDATES": "Updates", - "LUA_MENU_RENDERING": "Rendering", - "LUA_MENU_DRAW_FPS": "Draw FPS", - "LUA_MENU_DRAW_FPS_DESC": "Enable or disable drawing fps or viewpos on screen.", - "LUA_MENU_FPS_ONLY": "FPS only", - "LUA_MENU_FPS_AND_VIEWPOS": "FPS and View Pos", - "LUA_MENU_DRAW_SPEED": "Draw speed", - "LUA_MENU_DRAW_SPEED_DESC": "Enable or disable drawing the player speed on screen.", - "LUA_MENU_DRAW_SPEEDGRAPH": "Draw speed graph", - "LUA_MENU_DRAW_SPEEDGRAPH_DESC": "Enable or disable the speed graph.", - "LUA_MENU_R_FULLBRIGHT": "Fullbright", - "LUA_MENU_R_FULLBRIGHT_DESC": "Change the fullbright mode", - "LUA_MENU_MODE2": "No dynamic lighting", - "LUA_MENU_MODE3": "Debug shader", - - "MENU_SYSINFO_CUSTOMER_SUPPORT_LINK": "Github Page:", - "MENU_SYSINFO_CUSTOMER_SUPPORT_URL": "https://github.com/fedddddd/h2-mod", - "MENU_SYSINFO_DONATION_LINK": "Donation link:", - "MENU_SYSINFO_DONATION_URL": "https://paypal.me/fedecek" -} \ No newline at end of file diff --git a/data/cdata/localizedstrings/english_safe.json b/data/cdata/localizedstrings/english_safe.json deleted file mode 100644 index 87d39bc5..00000000 --- a/data/cdata/localizedstrings/english_safe.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "MENU_MODS_DESC": "Load installed mods.", - "LUA_MENU_MOD_DESC_DEFAULT": "Load &&1.", - "LUA_MENU_MOD_DESC": "&&1\nAuthor: &&2\nVersion: &&3", - "LUA_MENU_LOADED_MOD": "Loaded mod: ^3&&1", - "LUA_MENU_AVAILABLE_MODS": "Available mods", - "LUA_MENU_UNLOAD": "Unload", - "LUA_MENU_UNLOAD_DESC": "Unload the currently loaded mod.", - "LUA_MENU_WORKSHOP": "Workshop", - "LUA_MENU_WORKSHOP_DESC": "Download and install mods.", - - "MENU_GENERAL": "H2-MOD", - "MENU_GENERAL_DESC": "Set h2-mod's settings.", - "LUA_MENU_AUTO_UPDATE": "Automatic updates", - "LUA_MENU_AUTO_UPDATE_DESC": "Enable or disable automatic updates on startup.", - "LUA_MENU_CHECK_UPDATES": "Check for updates", - "LUA_MENU_CHECK_UPDATES_DESC": "Check for updates.", - "LUA_MENU_DRAWING": "Hud", - "LUA_MENU_UPDATES": "Updates", - "LUA_MENU_RENDERING": "Rendering", - "LUA_MENU_DRAW_FPS": "Draw FPS", - "LUA_MENU_DRAW_FPS_DESC": "Enable or disable drawing fps or viewpos on screen.", - "LUA_MENU_FPS_ONLY": "FPS only", - "LUA_MENU_FPS_AND_VIEWPOS": "FPS and View Pos", - "LUA_MENU_DRAW_SPEED": "Draw speed", - "LUA_MENU_DRAW_SPEED_DESC": "Enable or disable drawing the player speed on screen.", - "LUA_MENU_DRAW_SPEEDGRAPH": "Draw speed graph", - "LUA_MENU_DRAW_SPEEDGRAPH_DESC": "Enable or disable the speed graph.", - "LUA_MENU_R_FULLBRIGHT": "Fullbright", - "LUA_MENU_R_FULLBRIGHT_DESC": "Change the fullbright mode", - "LUA_MENU_MODE2": "No dynamic lighting", - "LUA_MENU_MODE3": "Debug shader", - - "MENU_SYSINFO_CUSTOMER_SUPPORT_LINK": "Github Page:", - "MENU_SYSINFO_CUSTOMER_SUPPORT_URL": "https://github.com/fedddddd/h2-mod", - "MENU_SYSINFO_DONATION_LINK": "Donation link:", - "MENU_SYSINFO_DONATION_URL": "https://paypal.me/fedecek" -} \ No newline at end of file diff --git a/data/zone_source/build.txt b/data/zone_source/build.txt index 0c3a9f69..2b8a88ee 100644 --- a/data/zone_source/build.txt +++ b/data/zone_source/build.txt @@ -1,2 +1,3 @@ eng_h2_mod_common +ita_h2_mod_common h2_mod_common \ No newline at end of file diff --git a/data/zone_source/h2_mod_common.csv b/data/zone_source/h2_mod_common.csv index e69de29b..7bf70ec8 100644 --- a/data/zone_source/h2_mod_common.csv +++ b/data/zone_source/h2_mod_common.csv @@ -0,0 +1 @@ +localize,english \ No newline at end of file diff --git a/data/zone_source/ita_h2_mod_common.csv b/data/zone_source/ita_h2_mod_common.csv new file mode 100644 index 00000000..1705a41b --- /dev/null +++ b/data/zone_source/ita_h2_mod_common.csv @@ -0,0 +1 @@ +localize,italian \ No newline at end of file diff --git a/data/cdata/localizedstrings/italian.json b/data/zonetool/localizedstrings/italian.json similarity index 100% rename from data/cdata/localizedstrings/italian.json rename to data/zonetool/localizedstrings/italian.json