Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export locales #99

Merged
merged 1 commit into from
Dec 4, 2021
Merged

export locales #99

merged 1 commit into from
Dec 4, 2021

Conversation

Fil
Copy link
Member

@Fil Fil commented Jun 17, 2021

export all files under locale/xxx.json as "locale/xxx"

the import syntax becomes:
import localeCh from "d3-time-format/locale/de-CH";

@herrstucki a bit different from your original usage.

closes #98

the new syntax is:
`import localeCh from "d3-time-format/locale/de-CH";`

closes #98
Fil added a commit to d3/d3-format that referenced this pull request Jun 18, 2021
the import syntax becomes:
> import localeCh from "d3-format/locale/de-CH";

(same as d3/d3-time-format#99)
@Fil Fil mentioned this pull request Jun 18, 2021
@Fil Fil mentioned this pull request Nov 23, 2021
mbostock pushed a commit to d3/d3-format that referenced this pull request Dec 4, 2021
the import syntax becomes:
> import localeCh from "d3-format/locale/de-CH";

(same as d3/d3-time-format#99)
@mbostock mbostock merged commit 3d0e773 into main Dec 4, 2021
@mbostock mbostock deleted the fil/export-locales branch December 4, 2021 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Locale files not exported
2 participants