Skip to content

chore: Update supported languages list#158

Open
anysoftkeyboard-bot wants to merge 1 commit into
mainfrom
chore/update-languages
Open

chore: Update supported languages list#158
anysoftkeyboard-bot wants to merge 1 commit into
mainfrom
chore/update-languages

Conversation

@anysoftkeyboard-bot
Copy link
Copy Markdown
Member

This PR updates the list of supported Wikipedia languages based on the latest statistics.

@anysoftkeyboard-bot
Copy link
Copy Markdown
Member Author

The PR title is missing the [LLM] prefix and the description is missing the agent's name at the end and a reference to a GitHub issue (e.g., Closes #123) as required by the Git Commit Guidelines.

Copy link
Copy Markdown
Member Author

@anysoftkeyboard-bot anysoftkeyboard-bot left a comment

Choose a reason for hiding this comment

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

The PR updates Wikipedia statistics for supported languages but lacks required metadata (title prefix and issue reference) and contains some unexplained decreases in article counts for specific languages.

@@ -15,208 +15,208 @@ val supportedLanguages =
code = "en",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This file contains a very large, hardcoded list of Wikipedia statistics. While updating this is necessary for accuracy, maintaining this as a static Kotlin list increases the binary size and requires a full app update just to refresh statistics. We should consider moving this data to a bundled JSON resource or fetching it from a configuration endpoint in the future to improve maintainability and decouple data from logic.

activeUserCount = 16,
articleCount = 15959,
pageCount = 20517,
activeUserCount = 20,
),
SupportedLanguage(
code = "bg",
name = "Bulgarian",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

In the update for Chechen (ce), the articleCount decreased from 864035 to 863812. While Wikipedia counts can fluctuate due to bot cleanups, we should verify if such a decrease (over 200 articles) is expected for this specific language to ensure the data source was reliable.

activeUserCount = 55,
articleCount = 15668,
pageCount = 44483,
activeUserCount = 54,
),
SupportedLanguage(
code = "yo",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

In the update for Zeelandic (zea), the pageCount decreased from 13902 to 13796. This is a significant drop relative to the total; please ensure this wasn't caused by a truncation or error in the script generating these values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants