首页 > 其他分享 >i18next

i18next

时间:2024-09-13 17:27:40浏览次数:1  
标签:... locize react i18next translation com

i18next

TypeScript icon, indicating that this package has built-in type declarations 23.15.1 • Public • Published 3 days ago

i18next: learn once - translate everywhere Tweet

CI Code Climate Coveralls Package Quality cdnjs version npm version npm

i18next is a very popular internationalization framework for browser or any other javascript environment (eg. Node.js, Deno).

ecosystem

i18next provides:

For more information visit the website:

Our focus is providing the core to building a booming ecosystem. Independent of the building blocks you choose, be it react, angular or even good old jquery proper translation capabilities are just one step away.

Documentation

The general i18next documentation is published on www.i18next.com and PR changes can be supplied here.

The react specific documentation is published on react.i18next.com and PR changes can be supplied here.


Gold Sponsors


From the creators of i18next: localization as a service - locize.com

A translation management system built around the i18next ecosystem - locize.com.

locize

With using locize you directly support the future of i18next.


Readme

Keywords

标签:...,locize,react,i18next,translation,com
From: https://www.cnblogs.com/sexintercourse/p/18412572

相关文章

  • 【JavaScript脚本宇宙】从i18next到Date-fns:国际化和本地化库
    跨越JavaScript新境界:六大库全面评测前言本文将详细介绍六种具有不同功能的JavaScript库,包括处理多语言支持、全球化和本地化、格式化日期、数字和字符串,解析、验证、操作、显示日期和时间,格式化和操作数字,以及最全面、最简单和一致的工具集用于处理JavaScript中的日期等......
  • 在Express中使用i18next
    背景框架:Express语法:TypeScript配置插件:i18next安装npminstalli18next--savenpminstalli18next-http-middleware--save项目配置装饰器src根目录创建装饰器i18next.d.ts:import"i18next";importenLocalesfrom"./locales/en";importzhLocalesfrom"./......