Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Some improvements and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Cellar committed May 22, 2019
1 parent 54a7124 commit 30bbcb9
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 79 deletions.
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
.gitignore export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore
/.github export-ignore
CHANGELOG.md export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
README.md export-ignore
/scripts export-ignore
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ script:
notifications:
email:
on_failure: change

36 changes: 32 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Conventions
# How to contribute

In order to match our coding style, make sure you:
- adhere to the editorconfig; common IDE's have support natively or through addons.
- to sort alphabetically Yaml's files and respect identation. You should use [Atom](https://atom.io/) and add [Yaml-Sortkey](https://atom.io/packages/yaml-sortkey) package.
First off, this language pack is a volunteer effort, so thanks a lot for considering contributing.

The following is a set of guidelines for contributing to the French language pack for Flarum's third-party extensions. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

## Introduction

The French language pack for Flarum's third-party extensions is under the [MIT License](https://github.com/rooaaar/lang-french-extended/blob/master/LICENSE) and is open source, so it can be freely accessed, used, changed, and shared (in modified or unmodified form) by anyone.

If you want to directly contribute to the project, you accept to grant a nonexclusive, irrevocable license to use your submitted code in any way. Please don't contribute with something which legally doesn't belong to you. It's prohibited by the law, contrary to the spirit of open source and the contribution will inevitably end up being removed, causing troubles. The code you wrote is your original work (meaning that you own the copyright) or you otherwise have the right to submit the work.

## Submit an issue

Firstly, ensure the issue was not already reported by searching on GitHub under [issues](https://github.com/rooaaar/lang-french-extended/issues). If you're unable to find an open issue addressing the problem, then you're welcome to [open a new issue](https://github.com/rooaaar/lang-french-extended/issues/new).

Be sure to include a title and a clear description, as much relevant information as possible.

Don't file an issue to ask a question. You'll get faster replies by asking the community [on the dedicated discussion](https://discuss.flarum.org/d/20039-rooaaar-the-french-language-pack-extended).

## Submit changes

Please [send a pull request](https://github.com/rooaaar/lang-french-extended/compare) with a clear description of the issue and the solution. This is the fastest way for us to evaluate your changes and to merge them into the code base. Do not forget to include the relevant issue number if applicable.

## Coding standards

- Files should be indented with two spaces, or four spaces in PHP and JSON code, with no tabs
- Lines should have no trailing whitespace at the end except for Markdown files
- Files should use Unix (LF) line endings
- Files should be encoded in UTF-8 without a BOM
- Files should end with a newline

Please note that we host an [.editorconfig](https://github.com/rooaaar/lang-french-extended/blob/master/.editorconfig) file which sets all those properties and instructs text editors to adhere to them. More information can be found at the [EditorConfig website](https://editorconfig.org/).
4 changes: 2 additions & 2 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2019 rooaaar
Copyright (c) ROOAAAR !

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
101 changes: 41 additions & 60 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,101 +1,82 @@
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/rooaaar/lang-french-extended.svg)](https://packagist.org/packages/rooaaar/lang-french-extended) ![Issues](https://img.shields.io/github/issues/rooaaar/lang-french-extended.svg) [![Total Downloads](https://img.shields.io/packagist/dt/rooaaar/lang-french-extended.svg)](https://packagist.org/packages/rooaaar/lang-french-extended) [![Downloads Monthly](https://poser.pugx.org/rooaaar/lang-french-extended/d/monthly)](https://packagist.org/packages/rooaaar/lang-french-extended) ![Stars](https://img.shields.io/github/stars/rooaaar/lang-french-extended.svg)
# French Language Pack for [Flarum](https://flarum.org/)'s third-party extensions

[![Build Status](https://travis-ci.org/rooaaar/lang-french-extended.svg?branch=master)](https://travis-ci.org/rooaaar/lang-french-extended) [![StyleCI](https://styleci.io/repos/186357907/shield?style=flat&branch=master)](https://styleci.io/repos/186357907)

French language pack to localize the third-party extensions for Flarum.




# ROOAAAR / lang-french-extended
French language pack for the [Flarum](http://flarum.org/)'s Third-party extensions (list below).
If you search french language pack for Flarum's bundled extensions, see [Milescellar / lang-french](https://github.com/milescellar/lang-french)

If you're looking for the French language pack for the Flarum forum software, its bundled extensions and libraries, please see [this repository](https://github.com/milescellar/lang-french).

## Installation

Use [Bazaar](https://github.com/flagrow/bazaar/) or install manually via Composer:
Flarum use Composer to manage its dependencies and extensions. The French language pack is available [on Packagist](https://packagist.org/packages/rooaaar/lang-french-extended) and can be managed that way. Make sure that [Composer](https://getcomposer.org/) is installed on your machine, then run the following command in the location where Flarum is installed:

```bash
composer require rooaaar/lang-french-extended
```

## Updating

Run the following command in the location where Flarum is installed:

```bash
composer update rooaaar/lang-french-extended
php flarum cache:clear
```

## Third-party extensions translated


## List of translated third-party extensions

### Fajuu

- Fajuu / ContactButton - [github.com](https://github.com/Fajuu/ContactButton) - [discuss.flarum.org](https://discuss.flarum.org/d/18228-contact-button)
- ContactButton ([GitHub Repository](https://github.com/Fajuu/ContactButton) / [Flarum Community](https://discuss.flarum.org/d/18228-contact-button))


---
---
### Extiverse

- Extiverse / Bazaar - [github.com](https://github.com/extiverse/bazaar/) - [discuss.flarum.org](https://discuss.flarum.org/d/5151)

- Bazaar ([GitHub Repository](https://github.com/extiverse/bazaar/) / [Flarum Community](https://discuss.flarum.org/d/5151))

---
### Flagrow

- Flagrow / Mason - [github.com](https://github.com/flagrow/mason/) - [discuss.flarum.org](https://discuss.flarum.org/d/7028-flagrow-mason-the-discussion-custom-fields-builder)
- Flagrow / Userlist - [github.com](https://github.com/flagrow/users-list/) - [discuss.flarum.org](https://discuss.flarum.org/d/6009-flagrow-users-list-review-and-mass-mail-users-of-your-forum)
- Mason ([GitHub Repository](https://github.com/flagrow/mason/) / [Flarum Community](https://discuss.flarum.org/d/7028-flagrow-mason-the-discussion-custom-fields-builder))
- Userlist ([GitHub Repository](https://github.com/flagrow/users-list/) / [Flarum Community](https://discuss.flarum.org/d/6009-flagrow-users-list-review-and-mass-mail-users-of-your-forum))

---
### Friends of Flarum

- Byobu ([GitHub Repository](https://github.com/FriendsOfFlarum/byobu) / [Flarum Community](https://discuss.flarum.org/d/4762-flagrow-by-bu-well-integrated-advanced-private-discussions))
- Custom Footer ([GitHub Repository](https://github.com/FriendsOfFlarum/custom-footer) / [Flarum Community](https://discuss.flarum.org/d/17774-friendsofflarum-custom-footer))
- Default Group ([GitHub Repository](https://github.com/FriendsOfFlarum/default-group) / [Flarum Community](https://discuss.flarum.org/d/18158-friendsofflarum-default-group))
- Formatting ([GitHub Repository](https://github.com/FriendsOfFlarum/formatting) / [Flarum Community](https://discuss.flarum.org/d/17770-friendsofflarum-formatting))
- Links ([GitHub Repository](https://github.com/FriendsOfFlarum/links/) / [Flarum Community](https://discuss.flarum.org/d/18335-friendsofflarum-links))
- Merge ([GitHub Repository](https://github.com/FriendsOfFlarum/merge-discussions/) / [Flarum Community](https://discuss.flarum.org/d/19460-friendsofflarum-merge-discussions))
- Necrobumping ([GitHub Repository](https://github.com/FriendsOfFlarum/prevent-necrobumping/) / [Flarum Community](https://discuss.flarum.org/d/18312-friendsofflarum-prevent-necrobumping))
- Pages ([GitHub Repository](https://github.com/FriendsOfFlarum/pages) / [Flarum Community](https://discuss.flarum.org/d/18301-friendsofflarum-pages))
- Passport ([GitHub Repository](https://github.com/FriendsOfFlarum/passport) / [Flarum Community](https://discuss.flarum.org/d/5203-flagrow-passport-the-laravel-passport-oauth-extension))
- reCAPTCHA ([GitHub Repository](https://github.com/FriendsOfFlarum/recaptcha) / [Flarum Community](https://discuss.flarum.org/d/18399-friendsofflarum-recaptcha))
- Secure HTTPS ([GitHub Repository](https://github.com/FriendsOfFlarum/secure-https) / [Flarum Community](https://discuss.flarum.org/d/17771-friendsofflarum-secure-https))
- Sentry ([GitHub Repository](https://github.com/FriendsOfFlarum/sentry) / [Flarum Community](https://discuss.flarum.org/d/18089-friendsofflarum-sentry))
- Spamblock ([GitHub Repository](https://github.com/FriendsOfFlarum/spamblock) / [Flarum Community](https://discuss.flarum.org/d/17772-friendsofflarum-spamblock))
- transliterator ([GitHub Repository](https://github.com/FriendsOfFlarum/transliterator) / [Flarum Community](https://discuss.flarum.org/d/18074-friendsofflarum-url-transliterator))
- Upload ([GitHub Repository](https://github.com/FriendsOfFlarum/upload/) / [Flarum Community](https://discuss.flarum.org/d/4154-flagrow-upload-the-intelligent-file-attachment-extension))

---
### FriendsOfFlarum

- FoF / Byobu - [github.com](https://github.com/FriendsOfFlarum/byobu) - [discuss.flarum.org](https://discuss.flarum.org/d/4762-flagrow-by-bu-well-integrated-advanced-private-discussions)
- FoF / Custom Footer - [github.com](https://github.com/FriendsOfFlarum/custom-footer) - [discuss.flarum.org](https://discuss.flarum.org/d/17774-friendsofflarum-custom-footer)
- FoF / Default Group - [github.com](https://github.com/FriendsOfFlarum/default-group) - [discuss.flarum.org](https://discuss.flarum.org/d/18158-friendsofflarum-default-group)
- FoF / Formatting - [github.com](https://github.com/FriendsOfFlarum/formatting) - [discuss.flarum.org](https://discuss.flarum.org/d/17770-friendsofflarum-formatting)
- FoF / Links - [github.com](https://github.com/FriendsOfFlarum/links/) - [discuss.flarum.org](https://discuss.flarum.org/d/18335-friendsofflarum-links)
- FoF / Merge - [github.com](https://github.com/FriendsOfFlarum/merge-discussions/) - [discuss.flarum.org](https://discuss.flarum.org/d/19460-friendsofflarum-merge-discussions)
- FoF / Necrobumping - [github.com](https://github.com/FriendsOfFlarum/prevent-necrobumping/) - [discuss.flarum.org](https://discuss.flarum.org/d/18312-friendsofflarum-prevent-necrobumping)
- FoF / Pages - [github.com](https://github.com/FriendsOfFlarum/pages) - [discuss.flarum.org](https://discuss.flarum.org/d/18301-friendsofflarum-pages)
- FoF / Passport - [github.com](https://github.com/FriendsOfFlarum/passport) - [discuss.flarum.org](https://discuss.flarum.org/d/5203-flagrow-passport-the-laravel-passport-oauth-extension)
- FoF / reCAPTCHA - [github.com](https://github.com/FriendsOfFlarum/recaptcha) - [discuss.flarum.org](https://discuss.flarum.org/d/18399-friendsofflarum-recaptcha)
- FoF / Secure HTTPS - [github.com](https://github.com/FriendsOfFlarum/secure-https) - [discuss.flarum.org](https://discuss.flarum.org/d/17771-friendsofflarum-secure-https)
- FoF / Sentry - [github.com](https://github.com/FriendsOfFlarum/sentry) - [discuss.flarum.org](https://discuss.flarum.org/d/18089-friendsofflarum-sentry)
- FoF / Spamblock - [github.com](https://github.com/FriendsOfFlarum/spamblock) - [discuss.flarum.org](https://discuss.flarum.org/d/17772-friendsofflarum-spamblock)
- FoF / transliterator - [github.com](https://github.com/FriendsOfFlarum/transliterator) - [discuss.flarum.org](https://discuss.flarum.org/d/18074-friendsofflarum-url-transliterator)
- FoF / Upload - [github.com](https://github.com/FriendsOfFlarum/upload/) - [discuss.flarum.org](https://discuss.flarum.org/d/4154-flagrow-upload-the-intelligent-file-attachment-extension)


---
### Kvothe

- Kvothe / Keyboard Shortcuts - [github.com](https://github.com/oaklinq/flarum-ext-keyboard-shortcuts) - [discuss.flarum.org](https://discuss.flarum.org/d/19301-keyboard-shortcuts)

- Keyboard Shortcuts ([GitHub Repository](https://github.com/oaklinq/flarum-ext-keyboard-shortcuts) / [Flarum Community](https://discuss.flarum.org/d/19301-keyboard-shortcuts))

---
### MichaelBelgium

- MichaelBelgium / Discussion views - [github.com](https://github.com/MichaelBelgium/flarum-discussion-views/) - [discuss.flarum.org](https://discuss.flarum.org/d/7339-discussion-views)
- MichaelBelgium / Profile views - [github.com](https://github.com/MichaelBelgium/flarum-profile-views/) - [discuss.flarum.org](https://discuss.flarum.org/d/7596-profile-views)

- Discussion views ([GitHub Repository](https://github.com/MichaelBelgium/flarum-discussion-views/) / [Flarum Community](https://discuss.flarum.org/d/7339-discussion-views))
- Profile views ([GitHub Repository](https://github.com/MichaelBelgium/flarum-profile-views/) / [Flarum Community](https://discuss.flarum.org/d/7596-profile-views))

---
### ReFlar

- ReFlar / Cookie Consent - [github.com](https://github.com/ReFlar/cookie-consent/) - [discuss.flarum.org](https://discuss.flarum.org/d/10395-cookie-consent)
- ReFlar / Doorman - [github.com](https://github.com/ReFlar/doorman) - [discuss.flarum.org](https://discuss.flarum.org/d/17845-doorman-by-reflar)
- ReFlar / LaTeX - [github.com](https://github.com/ReFlar/latex) - [discuss.flarum.org](https://discuss.flarum.org/d/16176-latex-by-reflar/)
- ReFlar / Level Ranks - [github.com](https://github.com/ReFlar/level-ranks) - [discuss.flarum.org](https://discuss.flarum.org/d/15052-levels-ranks-by-reflar)
- ReFlar / NightMode - [github.com](https://github.com/ReFlar/nightmode) - [discuss.flarum.org](https://discuss.flarum.org/d/11134-night-mode-by-reflar)
- ReFlar / Polls - [github.com](https://github.com/ReFlar/polls/) - [discuss.flarum.org](https://discuss.flarum.org/d/9762-poll)
- ReFlar / Reactions - [github.com](https://github.com/ReFlar/reactions/) - [discuss.flarum.org](https://discuss.flarum.org/d/6542-reactions-by-reflar)



## Links
See **ROOAAAR/lang-french-extended** on:

* [Flarum](https://discuss.flarum.org/d/20039-rooaaar-the-french-language-pack-extended)
* [Github](https://github.com/rooaaar/lang-french-extended)
* [Packagist](https://packagist.org/packages/rooaaar/lang-french-extended)
- Cookie Consent ([GitHub Repository](https://github.com/ReFlar/cookie-consent/) / [Flarum Community](https://discuss.flarum.org/d/10395-cookie-consent))
- Doorman ([GitHub Repository](https://github.com/ReFlar/doorman) / [Flarum Community](https://discuss.flarum.org/d/17845-doorman-by-reflar))
- LaTeX ([GitHub Repository](https://github.com/ReFlar/latex) / [Flarum Community](https://discuss.flarum.org/d/16176-latex-by-reflar/))
- Level Ranks ([GitHub Repository](https://github.com/ReFlar/level-ranks) / [Flarum Community](https://discuss.flarum.org/d/15052-levels-ranks-by-reflar))
- NightMode ([GitHub Repository](https://github.com/ReFlar/nightmode) / [Flarum Community](https://discuss.flarum.org/d/11134-night-mode-by-reflar))
- Polls ([GitHub Repository](https://github.com/ReFlar/polls/) / [Flarum Community](https://discuss.flarum.org/d/9762-poll))
- Reactions ([GitHub Repository](https://github.com/ReFlar/reactions/) / [Flarum Community](https://discuss.flarum.org/d/6542-reactions-by-reflar))
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "rooaaar/lang-french-extended",
"description": "French language pack to localize the Flarum's Third-party extensions.",
"description": "French language pack for Flarum's third-party extensions.",
"type": "flarum-extension",
"keywords": ["extension", "flarum", "french", "locale", "translation"],
"license": "MIT",
"authors": [
{
"name": "hiob",
"email": "hiob.bjorn@gmail.com"
},
{
"name": "Miles Cellar",
"email": "milescellar@protonmail.com"
}
],
"support": {
Expand All @@ -22,23 +26,19 @@
"dev-master": "1.0.x-dev"
},
"flarum-extension": {
"title": "French extended",
"title": "French Extended",
"icon": {
"image": "icon.svg",
"backgroundColor": "#fff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "fr",
"title": "Français"
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/20039-rooaaar-the-french-language-pack-extended"
},
"suggest": {
"milescellar/lang-french": "French language pack for Flarum and its bundled extensions"
"milescellar/lang-french": "French language pack for Flarum and its bundled extensions."
}
}
}
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the French language pack for Flarum's extensions.
* This file is part of the French language pack for Flarum's third-party extensions.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
1 change: 0 additions & 1 deletion scripts/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ do
done

exit $RC

0 comments on commit 30bbcb9

Please sign in to comment.