framework/extensions/lang-english
Toby Zerner 1f5269d874 Namespace extension translations
Also update with the new plural syntax
2015-10-16 12:35:05 +10:30
..
locale Namespace extension translations 2015-10-16 12:35:05 +10:30
.editorconfig Add .editorconfig for consistent coding styles 2015-09-25 17:39:33 +02:00
.gitattributes Normalize line endings and export-ignore 2015-09-25 17:42:09 +02:00
.gitignore Simplify gitignore 2015-10-08 22:50:13 +10:30
bootstrap.php Switch to new plural format 2015-10-15 22:37:00 +10:30
composer.json Update icon, metadata 2015-10-12 15:00:25 +10:30
icon.svg Update icon API 2015-10-07 23:01:00 +10:30
LICENSE Add a LICENSE file 2015-09-25 17:22:19 +02:00
README.md Update README.md 2015-09-25 08:35:08 +02:00

English Language Pack for Flarum

Installation

This language pack is bundled with Flarum.

Translating Flarum

  1. Fork this repository.
  2. 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.
  1. Modify the files under /locale to suit your needs. These hold all the actual translations.