Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"fa",
"pl",
"tr"
Copy link

Copilot AI Nov 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing comma after "tr". In JSON arrays, all elements except the last one must be followed by a comma. This will cause a JSON parsing error.

Suggested change
"tr"
"tr",

Copilot uses AI. Check for mistakes.
"ml"
]
},
"buckets": {
Expand Down