{"id":13902399,"url":"https://github.com/vanniktech/multiplatform-locale","last_synced_at":"2026-02-23T00:49:40.970Z","repository":{"id":62935815,"uuid":"562822028","full_name":"vanniktech/multiplatform-locale","owner":"vanniktech","description":"Type Safe Kotlin Multiplatform Locale implementation","archived":false,"fork":false,"pushed_at":"2025-04-22T10:17:42.000Z","size":2272,"stargazers_count":39,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T11:28:00.460Z","etag":null,"topics":["android","backend","ios","jvm","kotlin","kotlin-multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanniktech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/funding.yml","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,"zenodo":null},"funding":{"github":["vanniktech"]}},"created_at":"2022-11-07T10:33:15.000Z","updated_at":"2025-04-22T10:17:45.000Z","dependencies_parsed_at":"2023-09-26T14:01:35.043Z","dependency_job_id":"3dd11a41-0c68-4347-b180-a145334aa691","html_url":"https://github.com/vanniktech/multiplatform-locale","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanniktech%2Fmultiplatform-locale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanniktech%2Fmultiplatform-locale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanniktech%2Fmultiplatform-locale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanniktech%2Fmultiplatform-locale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanniktech","download_url":"https://codeload.github.com/vanniktech/multiplatform-locale/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251666608,"owners_count":21624339,"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":["android","backend","ios","jvm","kotlin","kotlin-multiplatform"],"created_at":"2024-08-06T22:01:08.142Z","updated_at":"2026-02-23T00:49:40.962Z","avatar_url":"https://github.com/vanniktech.png","language":"Kotlin","funding_links":["https://github.com/sponsors/vanniktech"],"categories":["Kotlin"],"sub_categories":[],"readme":"Multiplatform Locale\n====================\n\nA Type Safe Kotlin Multiplatform Locale implementation for your Android App, iOS / Mac App \u0026 JVM Backend.\n\n| `Android`                             | `iOS`                         | `JVM`                         |\n|:--------------------------------------|:------------------------------|:------------------------------|\n| ![Sample Android](sample-android.png) | ![Sample iOS](sample-ios.png) | ![Sample JVM](sample-jvm.png) |\n\n# Usage\n\nFrom Kotlin Multiplatform:\n\n```groovy\nkotlin {\n  sourceSets {\n    val commonMain by getting {\n      dependencies {\n        implementation(\"com.vanniktech:multiplatform-locale:0.10.0\")\n      }\n    }\n  }\n}\n```\n\nFrom Android / JVM Multiplatform:\n\n```groovy\ndependencies {\n  implementation(\"com.vanniktech:multiplatform-locale:0.10.0\")\n}\n```\n\nFrom iOS:\n\n```ruby\npod 'MultiplatformLocale', :git =\u003e 'https://github.com/vanniktech/multiplatform-locale', :tag =\u003e \"0.10.0\"\n```\n\n# API\n\nUse `com.vanniktech.locale.Locales`, `com.vanniktech.locale.Country`, `com.vanniktech.locale.Language` \u0026 `com.vanniktech.locale.Locale` directly in your platform specific code:\n\n- [sample-android](./sample-android/src/main/kotlin/com/vanniktech/locale/sample/android/LocaleMainActivity.kt)\n- [sample-ios](./sample-ios/ios/App.swift)\n- [sample-jvm](sample-jvm/src/main/java/com/vanniktech/locale/sample/jvm/LocaleJvm.kt)\n\n# License\n\nCopyright (C) 2022 - Niklas Baudy\n\nLicensed under the Apache License, Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanniktech%2Fmultiplatform-locale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanniktech%2Fmultiplatform-locale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanniktech%2Fmultiplatform-locale/lists"}