Skip to content

Commit

Permalink
feat: get relation default locale (#19803)
Browse files Browse the repository at this point in the history
* feat: get relation default locale

* fix: remove unused file
  • Loading branch information
Marc-Roig committed Mar 18, 2024
1 parent cd4e508 commit 8956c05
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 460 deletions.

This file was deleted.

Expand Up @@ -27,6 +27,11 @@ describe('Transform relational data', () => {
return false;
},
},
locales: {
getDefaultLocale() {
return 'en';
},
},
},
},
},
Expand Down
Expand Up @@ -21,6 +21,11 @@ describe('Transform relational data', () => {
return true;
},
},
locales: {
getDefaultLocale() {
return 'en';
},
},
},
},
},
Expand Down
Expand Up @@ -21,6 +21,11 @@ describe('Transform relational data', () => {
return true;
},
},
locales: {
getDefaultLocale() {
return 'en';
},
},
},
},
},
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 8956c05

Please sign in to comment.