From 9557ff1a4f8a1cb8b5aef834ec794ac30d7c135b Mon Sep 17 00:00:00 2001 From: MajorMarcin Date: Wed, 31 Jul 2019 11:55:16 +0200 Subject: [PATCH] add pl translation and update repo links in README --- README.md | 6 +++--- __resource.lua | 1 + locales/fr.lua | 2 +- locales/pl.lua | 5 +++++ 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 locales/pl.lua diff --git a/README.md b/README.md index ee834e50..a1740479 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ FXServer ESX Optional Needs [REQUIREMENTS] -- esx_status https://github.com/FXServer-ESX/fxserver-esx_status +- esx_status https://github.com/ESX-Org/esx_status [INSTALLATION] -1) CD in your resources/[esx] folder +1) CD in your resources folder 2) Clone the repository ``` -git clone https://github.com/FXServer-ESX/fxserver-esx_optionalneeds esx_optionalneeds +git clone https://github.com/ESX-Org/esx_optionalneeds [esx]/esx_optionalneeds ``` 3) Add this in your server.cfg : diff --git a/__resource.lua b/__resource.lua index 1ca03d72..b85dfa97 100644 --- a/__resource.lua +++ b/__resource.lua @@ -9,6 +9,7 @@ server_scripts { 'locales/en.lua', 'locales/fi.lua', 'locales/fr.lua', + 'locales/pl.lua', 'config.lua', 'server/main.lua' } diff --git a/locales/fr.lua b/locales/fr.lua index 528abb41..f028c329 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -1,5 +1,5 @@ Locales['fr'] = { - ['used_beer'] = 'Vous avez utilisé 1x ~y~Bière~s~', + ['used_beer'] = 'vous avez utilisé 1x ~y~Bière~s~', } \ No newline at end of file diff --git a/locales/pl.lua b/locales/pl.lua new file mode 100644 index 00000000..e5758dc9 --- /dev/null +++ b/locales/pl.lua @@ -0,0 +1,5 @@ +Locales['pl'] = { + + ['used_beer'] = 'używasz 1x ~y~Piwo~s~', + +} \ No newline at end of file