Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 5696a9d

Browse files
committed
Update v1.9 | Language support improved
1 parent 0a4e371 commit 5696a9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

anka-browser.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@
3232
3333
[Appearance]
3434
tab_color = #2aa1b3
35-
not_selected_tab_color = #22818f""")
35+
not_selected_tab_color = #22818f
36+
37+
[Language]
38+
language = tr-TR
39+
""")
3640
if not os.path.exists(bookmarks):
3741
with open(bookmarks, 'x') as bf:
3842
pass

0 commit comments

Comments
 (0)