chore: Update supported languages list#158
Conversation
|
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. |
anysoftkeyboard-bot
left a comment
There was a problem hiding this comment.
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", | |||
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
This PR updates the list of supported Wikipedia languages based on the latest statistics.