Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers 2021-03-15 13:24:21 +01:00
parent 8dea58eac6
commit 4988649816
3 changed files with 19 additions and 3 deletions

View File

@ -1,6 +1,21 @@
# Changelog
## [0.1.0-beta.14.1](https://github.com/flarum/lang-english/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
## [0.1.0-beta.16](https://github.com/flarum/lang-english/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Added
- Bypass tag requirement label (https://github.com/flarum/lang-english/pull/182)
### Changed
- Alphabetical order of strings (https://github.com/flarum/lang-english/pull/184)
### Fixed
- Typo in uninstall confirmation string (https://github.com/flarum/lang-english/pull/181)
- Date format validation string (https://github.com/flarum/lang-english/pull/152)
### Deleted
- Moved all translation strings to their respective extensions (https://github.com/flarum/lang-english/pull/175)
## [0.1.0-beta.15](https://github.com/flarum/lang-english/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
### Added
- Keys for new admin interface (#176)

View File

@ -6,4 +6,5 @@ This language pack is bundled with [Flarum](http://flarum.org/).
## Translating Flarum
Because Flarum is at an early development stage, instructions to translate it are currently unavailable. Please check [our documentation](http://flarum.org/docs/translate/) when it will be written.
Because Flarum is at an early development stage, instructions to translate it are currently unavailable.
Please check [our documentation](http://docs.flarum.org) on the topic of translation when it will be written or consult [our community](https://discuss.flarum.org/t/i18n).

View File

@ -5,7 +5,7 @@
"keywords": ["locale"],
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.15"
"flarum/core": "^0.1.0-beta.16"
},
"extra": {
"branch-alias": {