diff options
Diffstat (limited to 'ext/js/display/sandbox')
-rw-r--r-- | ext/js/display/sandbox/pronunciation-generator.js | 2 | ||||
-rw-r--r-- | ext/js/display/sandbox/structured-content-generator.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/display/sandbox/pronunciation-generator.js b/ext/js/display/sandbox/pronunciation-generator.js index 373ec830..f28520be 100644 --- a/ext/js/display/sandbox/pronunciation-generator.js +++ b/ext/js/display/sandbox/pronunciation-generator.js @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import {getKanaDiacriticInfo, isMoraPitchHigh} from '../../language/japanese.js'; +import {getKanaDiacriticInfo, isMoraPitchHigh} from '../../language/ja/japanese.js'; /** * @param {string[]} morae diff --git a/ext/js/display/sandbox/structured-content-generator.js b/ext/js/display/sandbox/structured-content-generator.js index ff05cc02..a04feaf2 100644 --- a/ext/js/display/sandbox/structured-content-generator.js +++ b/ext/js/display/sandbox/structured-content-generator.js @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import {isStringPartiallyJapanese} from '../../language/japanese.js'; +import {isStringPartiallyJapanese} from '../../language/ja/japanese.js'; export class StructuredContentGenerator { /** |