Skip to content

Commit

Permalink
Merge pull request #3614 from marmelab/ra-boolean-null-warning
Browse files Browse the repository at this point in the history
[RFR] Add missing translation in NullableBooleanInput
  • Loading branch information
djhi authored Aug 28, 2019
2 parents 9082cf1 + 8644abc commit 9a6f554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-language-english/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
boolean: {
true: 'Yes',
false: 'No',
null: '',
},
page: {
create: 'Create %{name}',
Expand Down
1 change: 1 addition & 0 deletions packages/ra-language-french/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
boolean: {
true: 'Oui',
false: 'Non',
null: '',
},
page: {
create: 'Créer %{name}',
Expand Down

0 comments on commit 9a6f554

Please sign in to comment.