Skip to content

chore: Expand location mapping list for Indonesia #71

Description

@github-actions

🏏 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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions