From 528ea4c8dd1fe85ca2ddafc4794854a3317ebdf8 Mon Sep 17 00:00:00 2001 From: Walliski Date: Mon, 9 Jan 2023 18:56:30 +0200 Subject: [PATCH 1/2] Set correct language for paint translation Was accidentally copy-pasted to be another "en" instead of "chi". --- addons/sourcemod/translations/gokz-paint.phrases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sourcemod/translations/gokz-paint.phrases.txt b/addons/sourcemod/translations/gokz-paint.phrases.txt index fb91d0a9..19611b61 100644 --- a/addons/sourcemod/translations/gokz-paint.phrases.txt +++ b/addons/sourcemod/translations/gokz-paint.phrases.txt @@ -22,7 +22,7 @@ "Paint Color Menu - Title" { "en" "Paint Color" - "en" "喷涂颜色" + "chi" "喷涂颜色" "ru" "Цвет краски" } From c4c1a52540fe39bff16e47404a02878bcb10702d Mon Sep 17 00:00:00 2001 From: Walliski Date: Mon, 9 Jan 2023 19:00:04 +0200 Subject: [PATCH 2/2] Restore English translations These seem to have been accidentally copy-pasted over. Reverted changes to match what it was before. --- addons/sourcemod/translations/gokz-racing.phrases.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/sourcemod/translations/gokz-racing.phrases.txt b/addons/sourcemod/translations/gokz-racing.phrases.txt index d1277d6b..756c5150 100644 --- a/addons/sourcemod/translations/gokz-racing.phrases.txt +++ b/addons/sourcemod/translations/gokz-racing.phrases.txt @@ -460,7 +460,7 @@ } "Checkpoint Limit Menu - Unlimited" { - "en" "Remove five" + "en" "Unlimited" "chi" "无限制" "ru" "Неограниченно" } @@ -470,7 +470,7 @@ // =====[ CP COOLDOWN MENU ]===== "Checkpoint Cooldown Menu - Title None" { - "en" "Remove five" + "en" "Cooldown between CPs: None" "chi" "移除所有" "ru" "Перезарядка ЧП: Нет" } @@ -483,13 +483,13 @@ } "Checkpoint Cooldown Menu - Add One Second" { - "en" "Add One Second" + "en" "Add 1s" "chi" "存点冷却 增加 1 秒" "ru" "Добавить 1с" } "Checkpoint Cooldown Menu - Add Five Seconds" { - "en" "Add Five Seconds" + "en" "Add 5s" "chi" "存点冷却 增加 5 秒" "ru" "Добавить 5с" }