mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
2b55cfc78f
Because the skeleton is using the MIT License, we should add the LICENSE file. It will prevent translators to release the language extension without a LICENSE file (MIT or not, they will be able to change that file accoring to their choosen license). This will be explained in the future L10n documentation. |
||
---|---|---|
.. | ||
locale | ||
bootstrap.php | ||
flarum.json | ||
LICENSE | ||
README.md |
English Language Pack for Flarum
Installation
This language pack is bundled with Flarum.
Translating Flarum
- Fork this repository.
- Edit the flarum.json file:
name
A lowercase and hyphens only name (e.g. french, drunk-pirates).title
A short descriptive label for the extension list (e.g. French, Drunk Pirates Arr).locale
An ISO 639-1 code of your locale, or a short identifier of at least 3 characters to prevent conflicts (e.g. fr, pirate).description
Complete description, possible in the same language (e.g. Française pour vous, Arrr matey hoist the sails).author
Replace with your own information.icon
Change to suit your needs, play with the name for the FontAwesome icon, color for the icon color and background for the background color of the icon.
- Modify the files under
/locale
to suit your needs. These hold all the actual translations.