From 36ca9106518eeeb5929b240da3b4eb414bd8161f Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 5 Apr 2022 23:57:33 -0500 Subject: [PATCH] Send some locale strings to client for labels --- config/locale.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/config/locale.json b/config/locale.json index 32037927..03c82f4e 100644 --- a/config/locale.json +++ b/config/locale.json @@ -8,5 +8,22 @@ ["Spanish", "spanish", "es", "es", ["es", "ar", "bo", "cl", "co", "cr", "do", "ec", "sv", "gt", "hn", "mx", "ni", "pa", "py", "pe", "pr", "uy", "ve"]], ["Chinese", "chinese", "zh", "cn", ["cn", "hk", "sg", "tw"]], ["Arabic", "arabic", "ar", "sa", ["dz", "bh", "eg", "iq", "jo", "kw", "lb", "ly", "ma", "om", "qa", "sa", "sy", "tn", "ae", "ye"]] - ] + ], + "sendStringsToClient": [ + "PropertyEnterCommandLabel", + "PropertyEnterKeyPressLabel", + "BusinessBuyItemsLabel", + "PropertyForSaleLabel", + "PropertyForRentLabel", + "VehicleDealershipLabel", + "TakeJobLabel", + "StartWorkLabel", + "JobEquipAndUniformLabel", + "NotYourJobLabel", + "Locked", + "Unlocked", + "Closed", + "Open", + "JobLabel" + ] } \ No newline at end of file