feat(project-editor): add Languages tab with generic locale sync

This commit is contained in:
sdarbinyan
2026-07-13 08:10:00 +04:00
parent 74e5099b04
commit b166920ad7
12 changed files with 237 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ export type ProjectEditorSectionId =
| 'widgets'
| 'static-pages'
| 'features'
| 'languages'
| 'preview';
export interface ProjectEditorState {