From 09dee59bb53af2f2bd64b5fbfbf5b67df0ea8b16 Mon Sep 17 00:00:00 2001 From: Don <30905704+ddh3@users.noreply.github.com> Date: Mon, 4 Dec 2017 20:15:50 -0800 Subject: [PATCH] add(locales): added company paycheck translation --- locales/en.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/en.lua b/locales/en.lua index da2118f7..358f0b84 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -18,6 +18,9 @@ Locales['en'] = { ['threw'] = 'you ~r~threw~s~', ['rec_salary'] = 'you received your salary: ', ['rec_help'] = 'you recieved your welfare check: ', + ['company_paid'] = 'Company paycheck received', + ['company_nomoney'] = 'Your company is broke!', + ['state_paid'] = 'You received a state check', ['act_imp'] = 'action impossible', -- Commands ['setjob'] = 'assign a job to a user',