Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/g drugselling #1

Merged
merged 17 commits into from
Feb 19, 2023
Prev Previous commit
Next Next commit
Add messages
  • Loading branch information
Giana committed Feb 19, 2023
commit eefc62a2e8944b1bbd45de343bab362b1df414fb
9 changes: 7 additions & 2 deletions locales/en.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
local Translations = {
error = {
not_enough = 'You do not have enough of: %{itemLabel}'
not_enough = 'You do not have enough to sell.',
cannot_sell = 'You cannot sell right now.'
},
info = {
police_alert = 'Drug sale in progress'
police_alert = 'Drug sale in progress',
selling = 'Selling...'
},
other = {
target_label = 'Sell'
}
}

Expand Down