Ankush Kapoor

Results 2 issues of Ankush Kapoor

Currently, adding a new country requires manually creating a country file, updating the `README`, and modifying `__init__.py` in `countries`. To streamline this process, we could introduce a `make` command that:...

Currently, running `make l10n` generates `.po` files only for the language set as `default_language`. However, it would be more efficient and contributor-friendly if `.po` files were generated for **all `supported_languages`**...