This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat-i18n
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 663b8ec feat(sync): symmetric write-and-confirm for
create/update/disable + conflict surfacing
add 7dfc97b feat(i18n): translations admin page — picker, preview,
EN→target editor
No new revisions were added by this update.
Summary of changes:
.../features/admin/_shared/TranslationEditor.vue | 295 +++++++++++++++
.../features/admin/_shared/translatableFields.ts | 168 +++++++++
.../admin/translations/TranslationPreview.vue | 302 +++++++++++++++
.../admin/translations/TranslationsView.vue | 413 +++++++++++++++++++++
apps/ui/src/shell/AppSidebar.vue | 1 +
apps/ui/src/shell/router/index.ts | 6 +
6 files changed, 1185 insertions(+)
create mode 100644 apps/ui/src/features/admin/_shared/TranslationEditor.vue
create mode 100644 apps/ui/src/features/admin/_shared/translatableFields.ts
create mode 100644
apps/ui/src/features/admin/translations/TranslationPreview.vue
create mode 100644 apps/ui/src/features/admin/translations/TranslationsView.vue