This repository hosts the localization files for Floorp, which have been sourced from Crowdin. It also include main English localization.
If you notice any issues with the English 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}/Unified-l10n-central.git
- Create a new branch for your improvements using the following command:
git checkout -b your_branch
- Edit
floorp.ftl
file.
The ftl
file extension is used for Fluent localization files. You can learn more about the Fluent localization format by visiting the official Fluent documentation.
To localize a string, simply modify the text after the =
sign.
- 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!