From cb3053e651c5984a8a8f4161c8e4dee424e71d30 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Thu, 31 Mar 2022 07:29:57 -0400 Subject: [PATCH] Add R implementation to the language lists (#353) --- README.id-ID.md | 1 + README.md | 1 + README.ru.md | 1 + README.zh-CN.md | 1 + 4 files changed, 4 insertions(+) diff --git a/README.id-ID.md b/README.id-ID.md index 26929df0..80607324 100644 --- a/README.id-ID.md +++ b/README.id-ID.md @@ -393,6 +393,7 @@ Nano ID telah bermigrasi ke berbagai macam bahasa. Seluruh versi dapat digunakan - [Perl](https://github.com/tkzwtks/Nanoid-perl) - [PHP](https://github.com/hidehalo/nanoid-php) - [Python](https://github.com/puyuan/py-nanoid) with [dictionaries](https://pypi.org/project/nanoid-dictionary) +- [R](https://github.com/hrbrmstr/nanoid) (with dictionaries) - [Ruby](https://github.com/radeno/nanoid.rb) - [Rust](https://github.com/nikolay-govorov/nanoid) - [Swift](https://github.com/antiflasher/NanoID) diff --git a/README.md b/README.md index 43eff583..1329c581 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ the same ID generator on the client and server side. * [PHP](https://github.com/hidehalo/nanoid-php) * [Python](https://github.com/puyuan/py-nanoid) with [dictionaries](https://pypi.org/project/nanoid-dictionary) +* [R](https://github.com/hrbrmstr/nanoid) (with dictionaries) * [Ruby](https://github.com/radeno/nanoid.rb) * [Rust](https://github.com/nikolay-govorov/nanoid) * [Swift](https://github.com/antiflasher/NanoID) diff --git a/README.ru.md b/README.ru.md index 6f4efecb..017cf9ca 100644 --- a/README.ru.md +++ b/README.ru.md @@ -497,6 +497,7 @@ Nano ID был портирован на множество языков. Это - [PHP](https://github.com/hidehalo/nanoid-php) - [Python](https://github.com/puyuan/py-nanoid) со [словарями](https://pypi.org/project/nanoid-dictionary) +- [R](https://github.com/hrbrmstr/nanoid) (со словарями) - [Ruby](https://github.com/radeno/nanoid.rb) - [Rust](https://github.com/nikolay-govorov/nanoid) - [Swift](https://github.com/antiflasher/NanoID) diff --git a/README.zh-CN.md b/README.zh-CN.md index 995b9db4..6af4fd68 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -475,6 +475,7 @@ Nano ID 已被移植到许多语言。 你可以使用下面这些移植,获 * [PHP](https://github.com/hidehalo/nanoid-php) * [Python](https://github.com/puyuan/py-nanoid) with [dictionaries](https://pypi.org/project/nanoid-dictionary) +* [R](https://github.com/hrbrmstr/nanoid) (with dictionaries) * [Ruby](https://github.com/radeno/nanoid.rb) * [Rust](https://github.com/nikolay-govorov/nanoid) * [Swift](https://github.com/antiflasher/NanoID)