Skip to content

Commit 484409e

Browse files
committed
Merge branch 'main' into translation/jp-20241125
# Conflicts: # src/components/page/reference/ReleaseNotes/release-notes.json
2 parents acbebea + a92254b commit 484409e

File tree

119 files changed

+12413
-1693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+12413
-1693
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Production
55
/build
66
/www
7+
/i18n
78

89
# Generated files
910
.docusaurus

scripts/build-translate/translate-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fetch = require('node-fetch');
22
import { commands } from '../data/cli.json';
33

44
export const getTranslateType = async () => {
5-
const response = await fetch('https://unpkg.com/@ionic/docs@next/core.json');
5+
const response = await fetch('https://unpkg.com/@ionic/docs/core.json');
66
const { components } = await response.json();
77

88
return [

0 commit comments

Comments
 (0)