Here you will find all changes of our resource configuration and translation files. You might also find translations for your language too!
We cannot make sure that all the translations are right and are mistake-free. Use at your own risk!
Any translations that include bad words or wrong translations should be reported immediately on our Discord group!
If you've found your language's translation file, you can download it and use it for your resource!
To install correctly, follow these simple steps:
- Download the repository source code as there are no releases.
- Take the translation files out of the downloaded code
-
high-phone
- Drag the
high_phone/locales
folder from the downloaded code to yourhigh-phone
's folder in your server. - Open both configuration files in your
high-phone
folder in your server:high_phone/config.js
andhigh_phone/config.lua
- Change
Config.Language
to the language's you've uploaded abbreviation (the name of the newly downloaded and uploaded locale file). - Open
high_phone/html/index.html
and find line
<script type="text/javascript" src="../locales/en.js"></script>
Replace the
en.js
with the newly downloaded and uploaded translation javascript file name. There will be two of them in thehigh_phone/locales
directory,your-language.lua
andyour-language.js
, change it to the one ending with.js
like so:<script type="text/javascript" src="../locales/your-language.js"></script>
And that's it! Make sure to restart the server or refresh the resources and restart the phone.
- Drag the
-
We really appreciate the people contributing to translating our phone for more languages so that more people from all over the world could join our amazing community!
- To be able to contribute you will have to download git from https://git-scm.com/downloads
- Fork the repository.
- Clone your fork into your local machine.
git clone https://github.com/YOUR_GITHUB_NAME/high-scripts.git
- Add your own translation files or modify an existing one.
- Commit your changes
git add .
git commit -m "Description of your commit"
git push
- Finally, open a pull request
- Open your forked repository on https://github.com
- Find the message
This branch is x commit(s) ahead of Tadehz:main
click theContribute
button on the right side of the message and thenOpen Pull Request
- You can put a description of your changes and you should keep the
Allow edits by maintainers
option toggled on. - After you've double checked everything, just click on the green
Create pull request
button on the bottom right corner. - We will review your pull request and merge it to the main branch if everything is good in up to 24 hours.
🇫🇷 Thanks to Eznoff for the French (FR) translation.
🇩🇪 Thanks to GhostLegionRP for the Deutsch (DE) translation.
🇨🇿 Thanks to IceCubePiso for the Czech (CZ) translation.