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

Commit

Permalink
Updated readme file and changelog about latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsav committed Apr 21, 2016
1 parent 1e7f504 commit 4534a17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Version History

### v.5.6

- Added scope notTranslatedIn() [#235](https://github.com/dimsav/laravel-translatable/pull/235)

### v.5.5.1

- Fixed a bug in locale fallback on toArray()
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ $germany->translations();
// Returns all countries having translations in english
Country::translatedIn('en')->get();

// Returns all countries not being translated in english
Country::notTranslatedIn('en')->get();

// Returns all countries having translations
Country::translated()->get();

Expand Down

0 comments on commit 4534a17

Please sign in to comment.