Update en.lua

This commit is contained in:
Pierre Grassin
2022-01-10 18:55:12 +01:00
committed by GitHub
parent 5c7a2e3df3
commit 481d5fa7a2
+2 -2
View File
@@ -6,7 +6,7 @@ local Translations = {
missing_args2 = 'All arguments must be filled out!',
no_access = 'No access to this command',
company_too_poor = 'Your employer is broke',
item_exist = 'Item does not exist',
item_not_exist = 'Item does not exist',
too_heavy = 'Inventory too full'
},
success = {},
@@ -22,4 +22,4 @@ local Translations = {
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})
})