-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4851 from relative-ci/bundle-assets-i18n
fix(ui): BundleAssets - extract i18n
- Loading branch information
Showing
5 changed files
with
39 additions
and
27 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export const ENTRY = 'Entry'; | ||
export const INITIAL = 'Initial'; | ||
export const CHUNK = 'Chunk'; | ||
export const CHUNK_TOOLTIP = "The bundler's chunk from which the assets originated"; | ||
export const ENTRYPOINT = 'Entrypoint'; | ||
export const FILE_TYPE = 'File type'; | ||
export const FILE_TYPE_TOOLTIP = 'Asset file type: JS, CSS, image, media, fonts, HTML, or other'; |
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
8 changes: 8 additions & 0 deletions
8
packages/ui/src/components/bundle-assets/bundle-assets.i18n.ts
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,9 @@ | ||
export const SEARCH_PLACEHOLDER = 'Search by asset path'; | ||
export const CHANGED = 'Changed'; | ||
export const FILE_TYPE = 'File type'; | ||
export const CHUNKS = 'Chunks'; | ||
export const NO_CHUNK = 'No chunk'; | ||
export const ENTRY = 'Entry'; | ||
export const INITIAL = 'Initial'; | ||
export const CHUNK = 'Chunk'; | ||
export const OTHER = 'Other'; |
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