Skip to content

Commit

Permalink
Localization MD overview
Browse files Browse the repository at this point in the history
  • Loading branch information
loivsen authored and iOvergaard committed Oct 30, 2023
1 parent 9e1faf6 commit 6e7a91a
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 1 deletion.
160 changes: 160 additions & 0 deletions .github/localization_overview.md
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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class UmbDashboardPerformanceProfilingElement extends UmbLitElement {
<uui-toggle
id="toggle"
label="Activate the profiler by default"
label=${this.localize.term('profiling_activateByDefault')}
label-position="left"
?checked="${this._profilingStatus}"
@change="${this._changeProfilingStatus}"></uui-toggle>
Expand Down

0 comments on commit 6e7a91a

Please sign in to comment.