-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #908 from bitpredator/dev
fix+feat: correct Turkish translation + creation of Italian translation
- Loading branch information
Showing
5 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
server-data/resources/[esx_addons]/esx_contract/client/main.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Config = {} | ||
|
||
Config.Locale = "en" | ||
Config.Locale = "it" |
8 changes: 8 additions & 0 deletions
8
server-data/resources/[esx_addons]/esx_contract/locales/it.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Locales["it"] = { | ||
["writingcontract"] = "Contratto per la seguente targa: %s", | ||
["soldvehicle"] = "Hai venduto il veicolo con il numero di targa ~r~%s~s~", | ||
["boughtvehicle"] = "Hai acquistato il veicolo con il numero di targa ~g~%s~s~", | ||
["notyourcar"] = "Questo veicolo non è tuo", | ||
["nonearby"] = "Nessun veicolo nelle vicinanze", | ||
["nonearbybuyer"] = "Nessun acquirente nelle vicinanze", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters