Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerYazilimci45 committed Dec 8, 2024
2 parents ac142fb + 4f81648 commit 7baebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anka-browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"en-US": "English",
}

with open(f"public/browser/languages/{language}.json", "r", encoding="UTF-8") as jsonn:
with open(f"/public/browser/languages/{language}.json", "r", encoding="UTF-8") as jsonn:
texts = json.load(jsonn)

tab_name = texts["tab-name"]
Expand Down

0 comments on commit 7baebae

Please sign in to comment.