{"id":25486591,"url":"https://github.com/ysskrishna/python-i18n-showcase","last_synced_at":"2025-08-01T02:05:56.067Z","repository":{"id":277694063,"uuid":"933216705","full_name":"ysskrishna/python-i18n-showcase","owner":"ysskrishna","description":"A demonstration of internationalization (i18n) features in Python, showcasing multiple language support, pluralization rules, and string interpolation.","archived":false,"fork":false,"pushed_at":"2025-02-15T13:06:02.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T14:19:18.880Z","etag":null,"topics":["currency-formatting","date-time-formatting","i18n","internationalization","json","l10n","localization","localize","python","string-interpolation","translation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ysskrishna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-15T12:43:15.000Z","updated_at":"2025-02-15T13:08:38.000Z","dependencies_parsed_at":"2025-02-15T14:19:22.951Z","dependency_job_id":"faa6a4e1-225a-45b5-8516-9454af074787","html_url":"https://github.com/ysskrishna/python-i18n-showcase","commit_stats":null,"previous_names":["ysskrishna/python-i18n-showcase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fpython-i18n-showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fpython-i18n-showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fpython-i18n-showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fpython-i18n-showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysskrishna","download_url":"https://codeload.github.com/ysskrishna/python-i18n-showcase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533064,"owners_count":19654617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["currency-formatting","date-time-formatting","i18n","internationalization","json","l10n","localization","localize","python","string-interpolation","translation"],"created_at":"2025-02-18T19:21:10.803Z","updated_at":"2025-02-18T19:21:11.986Z","avatar_url":"https://github.com/ysskrishna.png","language":"Python","readme":"# python-i18n-showcase\n\nA demonstration of internationalization (i18n) features in Python, showcasing multiple language support, pluralization rules, and string interpolation.\n\n## Features\n\n- 🌐 Multi-language support (English, Spanish, Chinese)\n- 📝 Pluralization rules demonstration\n- 🔄 String interpolation with variables\n- 📅 Date and time formatting\n- 💰 Currency formatting\n- 📦 Simple and clean implementation using Python i18n package\n- 📝 Translation files are in JSON format\n- Extendible to more languages\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/ysskrishna/python-i18n-showcase.git\ncd python-i18n-showcase\n```\n\n2. Create and activate a virtual environment (recommended):\n```bash\npython -m venv venv\n# On Windows\nvenv\\Scripts\\activate\n# On macOS/Linux\nsource venv/bin/activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nRun the demonstration:\n```bash\npython app.py\n```\n\n## Project Structure\n\n```\n.\n├── app.py                # Main application file\n├── translations/         # Translation files\n│   ├── en.json           # English translations\n│   ├── es.json           # Spanish translations\n│   └── zh.json           # Chinese translations\n├── output.log            # Log file containing console output\n├── requirements.txt      # Project dependencies\n└── README.md             # This file\n```\n\n## Contributing\n\nContributions are welcome! Feel free to:\n- Add more language support\n- Improve translation structures\n- Add more complex pluralization rules\n- Enhance documentation\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \n\n**Author:** [ysskrishna](https://github.com/ysskrishna)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysskrishna%2Fpython-i18n-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysskrishna%2Fpython-i18n-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysskrishna%2Fpython-i18n-showcase/lists"}