This repository hosts the localization files for Floorp, which have been sourced from Crowdin. It also include main English (US) localization.
If you notice any issues with the English (US) localization, you can modify or fix it by following these steps:
-
Fork this repository by clicking the Fork button.
-
Clone your forked repository to your local machine using the following command:
git clone https://github.com/{YOUR_USERNAME}/f18n-central.git
- Create a new branch for your improvements using the following command:
git checkout -b your_branch
- Edit
en-US.json
listed in locales dir https://github.com/Floorp-Projects/Floorp-12/blob/main/src/apps/i18n-supports/translation-targets.json.
The JSON
file extension is used for i18next localization files. You can use any text editor to edit the file. The structure of the file is as follows:
{
"key": "value",
"key": "value"
}
You can modify the value of the key to improve the localization. For example:
{
"hello": "Hello, World!",
"welcome": "Welcome to Floorp!"
}
- Commit your changes.
git add .
git commit -m "Your commit message"
- Push your changes.
git push origin your_branch
- Create a pull request.
✅ If you are fluent in a language and want to help translate Floorp Browser, we invite you to be part of our Crowdin translation project.
🌎 Get started on Crowdin and contribute to making Floorp accessible in your language.
🙏 Your support in this effort is greatly appreciated. Let's make Floorp available to even more people worldwide!