-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Localization (Website)
First thing, check if the translation isn't already done! Or up to date.
Currently, the only way to translate the texts of the website is by opening the lang.js file provided below with your prefered text editor.
- Visit this link to open the English texts to translate.
- Copy the text to your preferred text editor or download the file if your browser prompts you to do so.
- If saving the text, please use the UTF-8 encoding.
It looks easy, but there's a bunch of texts to translate. If you feel like there's too much to translate, you can translate partially and let other people help too. Any help is valuable, so thank you for your contribution!
You just need to translate the content inside the double quotes:
s_home: "Home", \\This is a comment
Example, English to Brazilian Portuguese.
s_home: "Início", \\This is a comment
The s_home
is the key to the text translation, the comma after the translatable text is required if there's another line of text afterwards and the text after the double slashes \\
is a comment and it should not be translated.
To represent a new line, you can use <br>
and the browser will understand it.
s_source: "Source<br>Code",
- You can send the
lang.js
file as attachment to [email protected]. Thank you for your help :)
- Microsoft Windows 7 SP1/8.1/10/11
- .NET 6 (Desktop Runtime) or newer.
- Visual Studio 2022
- .NET 6