🏏 Description
We are expanding our offline city/state/country resolution engine inside GitCricket!
To help developers from Indonesia get ranked correctly under their country profile leaderboard, we need to map their local cities, states, and alternative country names in lowercase.
⚠️ IMPORTANT: Where to make changes?
Please make changes ONLY in this file and inside the specific country object:
📂 Target File: features/scanner/utils/transformer.js
Look for the object with name: 'Indonesia' in the countryLookup array and append missing cities or states (in lowercase):
{
name: 'Indonesia',
patterns: [
'indonesia',
// Add more local cities and states here in lowercase...
]
}
Do not edit any other files or make changes outside this specific array object.
⭐ Please Star the Repository!
If you submit a Pull Request to fix this issue, please star the repository!
Starring the repo shows your support and gives your Pull Request a much higher chance of being reviewed and merged quickly! 🚀
🤝 Getting Started
- Fork the repository.
- Create a new branch (e.g.,
location/indonesia).
- Make changes in
features/scanner/utils/transformer.js.
- Submit your Pull Request and reference this issue!
🏏 Description
We are expanding our offline city/state/country resolution engine inside GitCricket!
To help developers from Indonesia get ranked correctly under their country profile leaderboard, we need to map their local cities, states, and alternative country names in lowercase.
Please make changes ONLY in this file and inside the specific country object:
📂 Target File: features/scanner/utils/transformer.js
Look for the object with
name: 'Indonesia'in thecountryLookuparray and append missing cities or states (in lowercase):Do not edit any other files or make changes outside this specific array object.
⭐ Please Star the Repository!
If you submit a Pull Request to fix this issue, please star the repository!
Starring the repo shows your support and gives your Pull Request a much higher chance of being reviewed and merged quickly! 🚀
🤝 Getting Started
location/indonesia).features/scanner/utils/transformer.js.