An open API service indexing awesome lists of open source software.

https://github.com/rob006-software/flarum-lang-template

Template for creating language pack for Flarum
https://github.com/rob006-software/flarum-lang-template

Last synced: 23 days ago
JSON representation

Template for creating language pack for Flarum

Awesome Lists containing this project

README

          

**This is template for Flarum language pack. If you want to use it, follow [these instructions](https://github.com/rob006-software/flarum-lang-template/wiki).**

---------

# Xxish language pack for [Flarum](https://flarum.org/)

[![Latest Stable Version](https://img.shields.io/packagist/v/flarum-lang/xxish?color=success&label=stable)](https://packagist.org/packages/flarum-lang/xxish)
[![Latest Unstable Version](https://img.shields.io/packagist/v/flarum-lang/xxish?include_prereleases&label=unstable)](https://packagist.org/packages/flarum-lang/xxish)
[![License](https://img.shields.io/packagist/l/flarum-lang/xxish)](https://packagist.org/packages/flarum-lang/xxish)
[![Total Downloads](https://img.shields.io/packagist/dt/flarum-lang/xxish)](https://packagist.org/packages/flarum-lang/xxish/stats)
[![Monthly Downloads](https://img.shields.io/packagist/dm/flarum-lang/xxish)](https://packagist.org/packages/flarum-lang/xxish/stats)

This language pack contains Xxish translations for Flarum (compatible with `1.7.0` or newer) and popular extensions. Full list of supported extensions is available below.

## Installation

You can install language pack using [Composer](https://getcomposer.org/):

```console
composer require flarum-lang/xxish
```

Then enable extension in admin panel of your Flarum.

## Updating

You can update language pack using [Composer](https://getcomposer.org/):

```console
composer update flarum-lang/xxish
```

Then clear the cache:

```console
php flarum cache:clear
```

## Translation status for Flarum core

| Component | Status |
| --- | --- |
| [Core](https://github.com/flarum/flarum-core) | [![Translation status](https://weblate.rob006.net/widgets/flarum/xx/core/svg-badge.svg)](https://weblate.rob006.net/projects/flarum/core/xx/) |
| Validation | [![Translation status](https://weblate.rob006.net/widgets/flarum/xx/validation/svg-badge.svg)](https://weblate.rob006.net/projects/flarum/validation/xx/) |

## Translation status for official extensions

## Translation status for Friends of Flarum extensions

## Translation status for community extensions

## Translation status for premium extensions

## Credits

This language pack is part of [Flarum translations collective](https://github.com/rob006-software/flarum-translations).

Translation for Day.js comes from the [source](https://github.com/iamkun/dayjs/blob/v1.11.7/src/locale/xx.js).

Translation for `validation.yml` is based on [Laravel translations](https://github.com/Laravel-Lang/lang/blob/8.1.3/src/xx/validation.php).