-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some re-exports didn't exist. In the process, this also streamlines the re-export accordingly.
- Loading branch information
Francesco Novy
committed
Feb 25, 2020
1 parent
32a5bfb
commit a2f2350
Showing
5 changed files
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
import n from 'ember-l10n/helpers/n'; | ||
|
||
export default n; | ||
export { default } from 'ember-l10n/helpers/n'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { default, pn } from 'ember-l10n/helpers/pn'; | ||
export { default } from 'ember-l10n/helpers/pn'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { default, pt } from 'ember-l10n/helpers/pt'; | ||
export { default } from 'ember-l10n/helpers/pt'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { default, tVar } from 'ember-l10n/helpers/t-var'; | ||
export { default } from 'ember-l10n/helpers/t-var'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
import t from 'ember-l10n/helpers/t'; | ||
|
||
export default t; | ||
export { default } from 'ember-l10n/helpers/t'; |