Skip to content

Commit

Permalink
for(locales): Hungarian translation and Missing locale for: outfits.d…
Browse files Browse the repository at this point in the history
…elete.success.failure (#345)
  • Loading branch information
Troughy authored Aug 18, 2023
1 parent 2e4b81c commit e6c14c4
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 112 deletions.
2 changes: 1 addition & 1 deletion client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ RegisterNetEvent("illenium-appearance:client:deleteOutfit", function(id)
TriggerServerEvent("illenium-appearance:server:deleteOutfit", id)
lib.notify({
title = _L("outfits.delete.success.title"),
description = _L("outfits.delete.success.failure"),
description = _L("outfits.delete.success.description"),
type = "success",
position = Config.NotifyOptions.position
})
Expand Down
Loading

0 comments on commit e6c14c4

Please sign in to comment.