We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92643d commit e60e881Copy full SHA for e60e881
scripts/api-ja.js
@@ -9,7 +9,7 @@ let COMPONENT_LINK_REGEXP;
9
try {
10
// Dynamic import for ES module utils
11
const utils = await import('./utils.mjs');
12
-
+
13
const response = await fetch(
14
'https://raw.githubusercontent.com/ionic-team/ionic-docs/translation/jp/scripts/data/translated-api.json'
15
);
0 commit comments