Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 75b615e

Browse files
committed
Update app.component.ts
1 parent 6939c4d commit 75b615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎demos/grid/localizations/src/app/app.component.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ export class AppComponent implements AfterViewInit {
517517
try {
518518
if (locale !== 'en') {
519519
// Dynamically fetch locale JSON for grid localization
520-
const response = await fetch(`src/assets/locales/${locale}/grid.json`);
520+
const response = await fetch(`./../assets/locales/${locale}/grid.json`);
521521
if (!response.ok) throw new Error(`HTTP error ${response.status}`);
522522
const localeData = await response.json();
523523
this.grid.setLocale(locale, localeData);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /