Loyalty Program Language Configuration Guide
Overview
Server Language Configuration (config.lua)
Config.Language = {
['loyalty_title'] = "Loyalty", -- Title for loyalty
['currency_symbol'] = "$", -- Currency symbol for the dollar
['loyalty_content'] = "You have %s loyalty points.", -- Content with placeholder for points
-- Notification messages
['conversion_failed'] = "Failed to fetch conversion rates",
['loyalty_failed'] = "Failed to retrieve loyalty card info.",
['error_minimum_points'] = "Minimum points for conversion not met",
-- Success messages
['points_converted'] = "Points Converted",
['conversion_success'] = "Successfully Converted %s points to %s%s!",
-- Error messages
['conversion_failed_title'] = "Points Conversion Failed",
['conversion_failed_content'] = "Failed to convert points to bank money!",
-- Additional notification messages
-- ... (remaining entries)
}Placeholders
Client Language Configuration (/ui/assets/config.json)
Placeholders
How to Modify Language Settings
Changing Server-Side Text
Changing Client-Side Text
Changing Currency Symbol
Translation Tips
Last updated