// i18next-parser.config.jsexportdefault{contextSeparator:'_',// Key separator used in your translation keyscreateOldCatalogs:true,// Save the \_old filesdefaultNamespace:'translation',// Default namespace used in your i18next configdefaultValue:'',// Default value to give to keys with no ...
open-webui / i18next-parser.config.ts i18next-parser.config.ts 889 Bytes 一键复制 编辑 原始数据 按行查看 历史 Ased Mammad 提交于 12个月前 . fix: configure i18next to not return empty strings 1234567891011121314151617181920212223242526272829303132333435363738...
git clone git@github.com:<your-username>/i18next-parser.git cd i18next-parser yarn Development The code is written using the latest ES6 features. For the cli to run on older node version, it is compiled with Babel. You can run the compiler in watch mode and let it in the background...
Parse your code to extract translation keys/values and manage your catalog files - i18next-parser/docs/migration.md at master · glsignal/i18next-parser
yarn add -D i18next-parser npm install --save-dev i18next-parser Gulpdefines itself as the streaming build system. Put simply, it is like Grunt, but performant and elegant. consti18nextParser=require('i18next-parser').gulp;gulp.task('i18next',function(){gulp.src('app/**').pipe(newi18...
Parse your code to extract translation keys/values and manage your catalog files - i18next-parser/yarn.lock at master · i18next/i18next-parser
Breadcrumbs i18next-parser / CHANGELOG.mdTop File metadata and controls Preview Code Blame 297 lines (166 loc) · 5.36 KB Raw Changelog 5.4.0 Set colors dependency to 1.4.0 #503 5.3.0 Add i18nextOptions option to generate v3 plurals #462 Update dependencies 5.2.0 Add resetDefaultValueLoca...
Parse your code to extract translation keys/values and manage your catalog files - Release 9.0.2 · i18next/i18next-parser
Breadcrumbs i18next-parser / index.d.tsTop File metadata and controls Code Blame 121 lines (110 loc) · 3.65 KB Raw import EventEmitter from "events"; export type SupportedLexer = "HandlebarsLexer" | "HTMLLexer" | "JavascriptLexer" | "JsxLexer"; // BaseLexer is not importable therefore...
You can find information about major releases on the [dedicated page](https://github.com/i18next/i18next-parser/releases). The [migration documentation](docs/migration.md) will help you figure out the breaking changes between versions. - `9.x` is tested on Node 18, 20 and 22. - `8.x...