locale

Kotlin multiplatform locale and location utils

https://github.com/mooncloak/locale

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Kotlin multiplatform locale and location utils

Basic Info
  • Host: GitHub
  • Owner: mooncloak
  • License: apache-2.0
  • Language: Kotlin
  • Default Branch: main
  • Size: 139 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Code of conduct Citation Codeowners Security

README.md

locale

Kotlin multiplatform locale and location utils.

GitHub tag (latest by date)

Status ⚠️

[!Warning] This project is being actively developed but is in an early experimental state. Use the library cautiously and report back any issues. mooncloak is not responsible for any issues faced when using the library.

Getting Started 🏁

Checkout the releases page to get the latest version.

GitHub tag (latest by date)

Repository

kotlin repositories { mavenCentral() }

Dependencies

kotlin implementation("com.mooncloak.kodetools.locale:locale-core:VERSION")

Usage

TBD

Documentation 📃

More detailed documentation is available in the docs folder. The entry point to the documentation can be found here.

Security 🛡️

For security vulnerabilities, concerns, or issues, please refer to the security policy for more information on appropriate approaches for disclosure.

Contributing ✍️

Outside contributions are welcome for this project. Please follow the code of conduct and coding conventions when contributing. If contributing code, please add thorough documents and tests. Thank you!

License ⚖️

``` Copyright 2025 mooncloak

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```

Owner

  • Name: mooncloak
  • Login: mooncloak
  • Kind: organization
  • Email: support@mooncloak.com

Privacy focused apps

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
    - alias: "kodetools@mooncloak.com"
      website: "https://kodetools.mooncloak.codes"
contact:
    - alias: "kodetools@mooncloak.com"
      website: "https://kodetools.mooncloak.codes"
title: "kmd"
type: "software"
abstract: "Kotlin multi-platform shell command runner."
license: "Apache-2.0"
keywords:
    - "kotlin"
    - "multiplatform"
    - "command"
    - "shell"
    - "terminal"
    - "cmd"
    - "command runner"
    - "kotlin multiplatform"
repository-code: "https://github.com/mooncloak/kmd"
url: "https://github.com/mooncloak/kmd"

GitHub Events

Total
  • Push event: 2
  • Public event: 1
Last Year
  • Push event: 2
  • Public event: 1

Dependencies

.github/workflows/gradle_wrapper_validation.yml actions
  • actions/checkout v4 composite
  • gradle/wrapper-validation-action v3 composite
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
.github/workflows/refresh_versions.yml actions
  • EndBug/add-and-commit v9 composite
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • gradle/gradle-build-action v2 composite
  • peterjgrainger/action-create-branch v2.2.0 composite
  • repo-sync/pull-request v2 composite
build-logic/build.gradle.kts maven
  • com.mooncloak.kodetools.kenv:kenv-core _ implementation
build.gradle.kts maven
locale-core/build.gradle.kts maven
  • org.jetbrains.kotlinx:kotlinx-io-core _ implementation
locale-storage-postgresql/build.gradle.kts maven
  • app.cash.sqldelight:jdbc-driver _ api
  • app.cash.sqldelight:r2dbc-driver _ api
  • org.postgresql:postgresql _ api
  • app.cash.sqldelight:primitive-adapters _ implementation
  • com.zaxxer:HikariCP _ implementation
  • org.ehcache:ehcache _ implementation
locale-storage-sqlite/build.gradle.kts maven
  • app.cash.sqldelight:android-driver _ api
  • app.cash.sqldelight:native-driver _ api
  • app.cash.sqldelight:sqlite-driver _ api
  • app.cash.sqldelight:primitive-adapters _ implementation
kotlin-js-store/yarn.lock npm
  • @js-joda/core 3.2.0
  • buffer-from 1.1.2
  • format-util 1.0.5
  • source-map 0.6.1
  • source-map-support 0.5.21
  • typescript 5.5.4