Skip to content

Read only repository for Floorp 12's internationalization.

License

Notifications You must be signed in to change notification settings

Floorp-Projects/f18n-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 (US) localization.

Improving the English (US) Localization

If you notice any issues with the English (US) 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}/f18n-central.git
  1. Create a new branch for your improvements using the following command:
git checkout -b your_branch
  1. 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!"
}
  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

About

Read only repository for Floorp 12's internationalization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •