{"id":13482853,"url":"https://github.com/izniburak/turkish-number","last_synced_at":"2026-02-01T07:32:34.190Z","repository":{"id":81785108,"uuid":"81355705","full_name":"izniburak/turkish-number","owner":"izniburak","description":"turn integers into the Turkish words for Crystal Language","archived":false,"fork":false,"pushed_at":"2017-02-11T16:28:05.000Z","size":5,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T16:41:21.518Z","etag":null,"topics":["crystal","number-to-words","numbers","turkish-language"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/izniburak.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}},"created_at":"2017-02-08T17:21:30.000Z","updated_at":"2024-10-16T04:55:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"73d37c0f-e413-454c-b715-a44dbf89bdae","html_url":"https://github.com/izniburak/turkish-number","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fturkish-number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fturkish-number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fturkish-number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izniburak%2Fturkish-number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izniburak","download_url":"https://codeload.github.com/izniburak/turkish-number/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245854704,"owners_count":20683401,"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":["crystal","number-to-words","numbers","turkish-language"],"created_at":"2024-07-31T17:01:06.104Z","updated_at":"2026-02-01T07:32:34.184Z","avatar_url":"https://github.com/izniburak.png","language":"Crystal","funding_links":[],"categories":["Converters"],"sub_categories":[],"readme":"# turkish-number\n\n```\n _              _    _     _                                 _               \n| |            | |  (_)   | |                               | |              \n| |_ _   _ _ __| | ___ ___| |__ ______ _ __  _   _ _ __ ___ | |__   ___ _ __ \n| __| | | | '__| |/ / / __| '_ \\______| '_ \\| | | | '_ ` _ \\| '_ \\ / _ \\ '__|\n| |_| |_| | |  |   \u003c| \\__ \\ | | |     | | | | |_| | | | | | | |_) |  __/ |   \n \\__|\\__,_|_|  |_|\\_\\_|___/_| |_|     |_| |_|\\__,_|_| |_| |_|_.__/ \\___|_|  \n \n```\n[![Build Status](https://travis-ci.org/izniburak/turkish-number.svg?branch=master)](https://travis-ci.org/izniburak/turkish-number)\n\nturn integers into the Turkish words for Crystal Language\n\nadapted from [hynkle/turkish_number](https://github.com/hynkle/turkish_number) Ruby Gems.\n\nit has been reorganized and improved for Crystal.\n\n## features\n\n- turn integers into the Turkish words (including negative numbers)\n- only Int32 data type support (for now)\n- Number range: -2147483648 / 2147483647 ([Int32 - Crystal API](https://crystal-lang.org/api/)) \n\n## installation\n\nadd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  turkish-number:\n    github: izniburak/turkish-number\n```\n\n## Usage\n\n```crystal\nrequire \"turkish-number\"\n\nputs 1881.tr_words # bin sekiz yüz seksen bir\nputs 1938.tr_words # bin dokuz yüz otuz sekiz\n\nputs 75986346.tr_words # yetmiş beş milyon dokuz yüz seksen altı bin üç yüz kırk altı\nputs -102574.tr_words # eksi yüz iki bin beş yüz yetmiş dört\n\n# bla bla bla ...\n```\n\n## Contributing\n1. fork it ( https://github.com/izniburak/turkish-number/fork )\n2. create your feature branch (git checkout -b my-new-feature)\n3. commit your changes (git commit -am 'Add some feature')\n4. push to the branch (git push origin my-new-feature)\n5. create a new Pull Request\n\n## Contributors\n\n- [izniburak](https://github.com/izniburak) İzni Burak Demirtaş - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizniburak%2Fturkish-number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizniburak%2Fturkish-number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizniburak%2Fturkish-number/lists"}