Skip to content

Floorp-Projects/Unified-l10n-central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floorp Localization

Floorp Browser Localize at Crowdin

This repository hosts the localization files for Floorp, which have been sourced from Crowdin. It also include main English localization.

Improving the English Localization

If you notice any issues with the English localization, you can modify or fix it by following these steps:

  1. Fork this repository by clicking the Fork button.

  2. Clone your forked repository to your local machine using the following command:

git clone https://github.com/{YOUR_USERNAME}/Unified-l10n-central.git 
  1. Create a new branch for your improvements using the following command:
git checkout -b your_branch
  1. 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.

  1. Commit your changes.
git add .
git commit -m "Your commit message"
  1. Push your changes.
git push origin your_branch
  1. Create a pull request.

Create Pull Request

Contributing to other translation

✅ 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!

Main Repository

Link to Main Repository