-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize the MoleculeProvider (#517)
* refactor: update the MoleculeProvider * fix(molecule provider): init workbench ui after init locales * test: unit test for splitLanguagesExts * docs: comments for MoleculeProvider * test: unit test for MoleculeProvider * refactor(i18n): update the apis of locales * fix: correct the reset to rest * chore: ignore website prettier * style: prettify code * test: update the snapshot case * test: remove the snapshot * test: update snapshot * ci: yarn test -u * ci: remove the -u argument of yarn test * test: update the MoleculeProvider snap
- Loading branch information
Showing
10 changed files
with
944 additions
and
43 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
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,5 @@ | ||
export { LocaleService } from './localeService'; | ||
export type { ILocaleService } from './localeService'; | ||
export type { ILocale } from './localization'; | ||
export type { ILocalizeProps } from './localize'; | ||
export { localize } from './localize'; |
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
Oops, something went wrong.