awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nodeca avatar

nodeca/babelfish

0
View on GitHub↗
261 星标·14 分支·JavaScript·MIT·3 次浏览nodeca.github.com/babelfish↗

Babelfish

human friendly i18n for javascript (node.js + browser)

Features

  • Internationalization - i18n library with a friendly API.
  • Internationalization Tools - I18n with pluralization and human-friendly API.
  • Text and String Utilities - Human-friendly internationalization library.
  • Text Processing - Internationalization library with support for plurals.

Star 历史

nodeca/babelfish 的 Star 历史图表nodeca/babelfish 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Babelfish 的开源替代方案

相似的开源项目,按与 Babelfish 的功能重合度排序。
  • i18next/i18nexti18next 的头像

    i18next/i18next

    8,583在 GitHub 上查看↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    JavaScript
    在 GitHub 上查看↗8,583
  • ashtuchkin/iconv-liteashtuchkin 的头像

    ashtuchkin/iconv-lite

    3,172在 GitHub 上查看↗

    Convert character encodings in pure javascript.

    JavaScript
    在 GitHub 上查看↗3,172
  • ai/nanoidai 的头像

    ai/nanoid

    26,821在 GitHub 上查看↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    在 GitHub 上查看↗26,821
  • airbnb/polyglot.jsairbnb 的头像

    airbnb/polyglot.js

    3,723在 GitHub 上查看↗

    Polyglot.js is a JavaScript internationalization library and client-side translation framework. It provides a system for mapping unique keys to localized strings, allowing applications to translate text into multiple languages. The library includes a pluralization and interpolation engine that handles complex grammatical plural forms based on numeric counts and inserts dynamic variables into translated strings. It supports nested namespaces to organize phrase mappings into logical categories. These utilities cover phrase translation, locale-driven configuration, and the management of multi-l

    JavaScript
    在 GitHub 上查看↗3,723
查看 Babelfish 的所有 30 个替代方案→

常见问题解答

nodeca/babelfish 是做什么的?

human friendly i18n for javascript (node.js + browser)

nodeca/babelfish 的主要功能有哪些?

nodeca/babelfish 的主要功能包括:Internationalization, Internationalization Tools, Text and String Utilities, Text Processing。

nodeca/babelfish 有哪些开源替代品?

nodeca/babelfish 的开源替代品包括: i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… fkirc/attranslate — A CLI to assist Coding Agents in doing translations. ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… airbnb/polyglot.js — Polyglot.js is a JavaScript internationalization library and client-side translation framework. It provides a system… deschler/django-modeltranslation — Translates Django models using a registration approach. ashtuchkin/iconv-lite — Convert character encodings in pure javascript.