Skip to content

Commit

Permalink
da
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrastribe authored Aug 20, 2024
1 parent 4e749b8 commit 761ab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/translation/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Translation {

async loadTranslations() {
try {
const response = await fetch(`./js/modules/translation/json/${this.language}.json`);
const response = await fetch(`./json/${this.language}.json`);
this.translations = await response.json();
} catch (error) {
console.error('Error loading translation file:', error);
Expand Down

0 comments on commit 761ab4d

Please sign in to comment.