-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e1faf6
commit 6e7a91a
Showing
2 changed files
with
161 additions
and
1 deletion.
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,160 @@ | ||
|
||
# Help us with Localization! | ||
|
||
Localization of the New Backoffice is in full swing! | ||
This is a work in process and here you can find the overview of all the sections that needs to be localized. We are also looking forward to see any contributions towards localization of the new Backoffice. | ||
|
||
|
||
You may tick a section/subsection in the same PR as your changes, if it completes said section. | ||
|
||
|
||
Before you start: | ||
- Make sure you have read the [README](https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/main/.github/README.md) and [Contributing Guidelines](https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/main/.github/CONTRIBUTING.md). | ||
- Please note some sections may already be partly or fully localized without it being reflected in the overview just yet. | ||
- Get an understanding of how we do localization in the new Backoffice. The explanations can be found in the stories under **Localization** by running `npm run storybook`. Alternatively see the raw story file [localization.mdx](https://github.com/umbraco/Umbraco.CMS.Backoffice/blob/main/src/packages/core/localization/stories/localization.mdx) | ||
|
||
|
||
# Overview | ||
### Sections | ||
|
||
- [ ] [Header App](#header-app) | ||
- [ ] [Content](#content) | ||
- [ ] [Media](#media) | ||
- [ ] [Settings](#settings) | ||
- [ ] [Members](#members) | ||
- [ ] [Packages](#packages) | ||
- [ ] [Dictionary](#dictionary) | ||
- [ ] [Users](#users) | ||
- [ ] [Property Editors](#property-editor-ui-and-their-input) | ||
- [ ] [Modals](#modals) | ||
- [ ] [Misc](#misc) | ||
### Subsections | ||
|
||
#### Header App | ||
- [ ] Ensure all sections are localized | ||
- [ ] Search | ||
- [ ] Current user (Modal) | ||
- [ ] Change password | ||
|
||
#### Content | ||
- [ ] Dashboards | ||
- [ ] Welcome | ||
- [ ] Redirect Management | ||
- [ ] Content / Document | ||
- [ ] Section: Content | ||
- [ ] Section: Info | ||
- [ ] Section: Actions | ||
|
||
#### Media | ||
- [ ] (To be continued) | ||
|
||
#### Settings | ||
- [ ] Dashboards | ||
- [ ] Welcome | ||
- [ ] Examine Management | ||
- [ ] Models Builder | ||
- [ ] Published Status | ||
- [ ] Health Check | ||
- [x] Profiling | ||
- [ ] Telemetry Data | ||
- [ ] Document Type | ||
- [ ] Section: Design | ||
- [ ] Section: Structure | ||
- [ ] Section: Settings | ||
- [ ] Section: Templates | ||
- [ ] Media Type | ||
- [ ] Member Type | ||
- [ ] Data Type | ||
- [ ] Section: Details | ||
- [ ] Section: Info | ||
- [ ] Relation Types | ||
- [ ] Log Viewer | ||
- [ ] Document Blueprints | ||
- [ ] Languages | ||
- [ ] Extensions | ||
- [ ] Templates | ||
- [ ] Partial Views | ||
- [ ] Stylesheets | ||
- [ ] Section: Rich Text Editor | ||
- [ ] Section: Code | ||
- [ ] Scripts | ||
|
||
#### Members | ||
- [ ] Member Groups | ||
- [ ] Members | ||
|
||
#### Packages | ||
- [ ] Section: Installed | ||
- [ ] Section: Created | ||
- [ ] Package builder: "Create Package" | ||
|
||
#### Dictionary | ||
- [ ] Everything within Dictionary | ||
|
||
#### Users | ||
- [ ] Users | ||
- [ ] User Groups | ||
- [ ] Create user | ||
- [ ] User Profiles | ||
|
||
#### Property Editor UI (and their inputs) | ||
Ensure all property editors are properly localized. | ||
(Some may be missing in this list / more to be added) | ||
- [ ] Block Grid | ||
- [ ] Block List | ||
- [x] Checkbox List | ||
- [ ] Collection View | ||
- [ ] Color Picker | ||
- [ ] Date Picker | ||
- [x] Dropdown | ||
- [ ] Eye Dropper | ||
- [x] Icon Picker | ||
- [ ] Image Cropper | ||
- [ ] Image Crops Configuration | ||
- [x] Label | ||
- [ ] Markdown Editor | ||
- [ ] Media Picker | ||
- [ ] Member Group Picker | ||
- [ ] Member Picker | ||
- [ ] Multi URL Picker | ||
- [ ] Multiple Text String | ||
- [ ] Number (missing label) | ||
- [ ] Number Range | ||
- [ ] Order Direction | ||
- [x] Radio Button List | ||
- [ ] Slider (label) | ||
- [ ] TextBox (label) | ||
- [ ] TextArea | ||
- [ ] TinyMCE | ||
- [ ] Toggle | ||
- [ ] Tree Picker | ||
- [ ] StartNode | ||
- [ ] Upload Field | ||
- [ ] User Picker | ||
- [ ] Value Type | ||
|
||
#### Modals | ||
Ensure all modals are properly localized. | ||
(Some may be missing in this list / more to be added) | ||
- [ ] Code Editor | ||
- [ ] Confirm | ||
- [ ] Embedded Media | ||
- [ ] Folder | ||
- [ ] Icon Picker | ||
- [ ] Link Picker | ||
- [ ] Property Settings | ||
- [ ] Section Picker | ||
- [ ] Template | ||
- [ ] Tree Picker | ||
- [ ] Debug | ||
|
||
Rest of modals can be found: | ||
- [ ] Umb***ModalName***ModalElement | ||
|
||
|
||
#### Misc | ||
|
||
- [ ] Tree | ||
- [ ] Tree Actions | ||
- [ ] Recycle Bin | ||
- [ ] Validator messages |
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