awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
nodeca avatar

nodeca/babelfish

0
View on GitHub↗
261 stars·14 forks·JavaScript·MIT·16 viewsnodeca.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 history

Star history chart for nodeca/babelfishStar history chart for nodeca/babelfish

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Babelfish

These projects share indexed features with Babelfish. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • i18next/i18nexti18next avatar

    i18next/i18next

    8,583View on 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
    View on GitHub↗8,583
  • ashtuchkin/iconv-liteashtuchkin avatar

    ashtuchkin/iconv-lite

    3,172View on GitHub↗

    Convert character encodings in pure javascript.

    JavaScript
    View on GitHub↗3,172
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on 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
    View on GitHub↗26,821
  • airbnb/polyglot.jsairbnb avatar

    airbnb/polyglot.js

    3,723View on 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
    View on GitHub↗3,723
Compare all 30 related projects→

Frequently asked questions

What does nodeca/babelfish do?

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

What are the main features of nodeca/babelfish?

The main features of nodeca/babelfish are: Internationalization, Internationalization Tools, Text and String Utilities, Text Processing.

Which projects share features with nodeca/babelfish?

Projects with overlapping indexed features include: 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.