Skip to content

Commit

Permalink
Refactor for localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Aug 15, 2016
1 parent 5710f85 commit a8ce0be
Show file tree
Hide file tree
Showing 14 changed files with 922 additions and 224 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.2] - 2016-08-15
### Added
- German translation.

### Changed
- Used custom constructors for exceptions.
- Use `brightnucleus/localization` to make localization of Config strings work.

## [0.1.1] - 2016-08-11
### Fixed
- Fix text domain.
Expand All @@ -11,5 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release to GitHub.

[0.1.2]: https://github.com/brightnucleus/custom-content/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/brightnucleus/custom-content/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/brightnucleus/custom-content/compare/v0.0.0...v0.1.0
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"brightnucleus/exceptions": "^0.2.5",
"brightnucleus/config": ">=0.4.3",
"brightnucleus/contracts": ">=0.1.1",
"brightnucleus/localization": ">=0.1.0",
"doctrine/collections": "^1.3"
},
"require-dev": {
Expand Down
37 changes: 35 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

165 changes: 77 additions & 88 deletions config/defaults.php

Large diffs are not rendered by default.

Binary file added languages/bn-custom-content-de_DE.mo
Binary file not shown.
Loading

0 comments on commit a8ce0be

Please sign in to comment.