diff --git a/adev-ja/src/app/core/layout/navigation/navigation.component.en.html b/adev-ja/src/app/core/layout/navigation/navigation.component.en.html new file mode 100644 index 0000000000..2680ae8330 --- /dev/null +++ b/adev-ja/src/app/core/layout/navigation/navigation.component.en.html @@ -0,0 +1,479 @@ + +
+ +
+ + +
+ + + + + @if (activeRouteItem() === DOCS_ROUTE || activeRouteItem() === REFERENCE_ROUTE) { +
+ +
+ } +
diff --git a/adev-ja/src/app/core/layout/navigation/navigation.component.html b/adev-ja/src/app/core/layout/navigation/navigation.component.html new file mode 100644 index 0000000000..d53193d5ee --- /dev/null +++ b/adev-ja/src/app/core/layout/navigation/navigation.component.html @@ -0,0 +1,479 @@ + +
+ +
+ + +
+ + + + + @if (activeRouteItem() === DOCS_ROUTE || activeRouteItem() === REFERENCE_ROUTE) { +
+ +
+ } +
diff --git a/tools/update-origin.ts b/tools/update-origin.ts index 3a03064596..c4aa2092c3 100644 --- a/tools/update-origin.ts +++ b/tools/update-origin.ts @@ -14,6 +14,7 @@ const localizedFilePatterns = [ 'src/content/tutorials/**/config.json', // Application files 'src/app/sub-navigation-data.ts', + 'src/app/core/layout/navigation/navigation.component.html', 'shared-docs/components/table-of-contents/table-of-contents.component.html', 'shared-docs/components/cookie-popup/cookie-popup.component.html' ];