From b449e5f93ceacffc5be67b8dfd4878865c555b93 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 2 Mar 2025 19:55:56 +0900 Subject: [PATCH] New translations readme.md (Sorani (Kurdish)) --- docs/ckb-IR/config/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ckb-IR/config/README.md b/docs/ckb-IR/config/README.md index b54b8deb8..739b32f98 100644 --- a/docs/ckb-IR/config/README.md +++ b/docs/ckb-IR/config/README.md @@ -3280,6 +3280,7 @@ Arch = "Arch is the best! " The `package` module is shown when the current directory is the repository for a package, and shows its current version. The module currently supports `npm`, `nimble`, `cargo`, `poetry`, `python`, `composer`, `gradle`, `julia`, `mix`, `helm`, `shards`, `daml` and `dart` packages. - [**npm**](https://docs.npmjs.com/cli/commands/npm) – The `npm` package version is extracted from the `package.json` present in the current directory +- [**JSR**](https://jsr.io/) – The `jsr` package version is extracted from the `jsr.json`/`jsr.jsonc` or `deno.json`/`deno.jsonc` present in the current directory - [**Cargo**](https://doc.rust-lang.org/cargo/) – The `cargo` package version is extracted from the `Cargo.toml` present in the current directory - [**Nimble**](https://github.com/nim-lang/nimble) - The `nimble` package version is extracted from the `*.nimble` file present in the current directory with the `nimble dump` command - [**Poetry**](https://python-poetry.org/) – The `poetry` package version is extracted from the `pyproject.toml` present in the current directory