JSPM

i18next-korean-postposition-processor

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 487
  • Score
    100M100P100Q125085F
  • License MIT

korean postposition postprocessor for i18next

Package Exports

  • i18next-korean-postposition-processor

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (i18next-korean-postposition-processor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm version Build Status Coverage Status dependencies Status devDependencies Status peerDependencies Status Maintainability

i18next-korean-postposition-processor

i18next post-processor for processing korean postposition - 을/를, 이/가, 은/는, 으로/로, 과/와, 이랑/랑.

This processor can handle korean character or arabic number(without decimal mark).

Setup

import processor, { KoreanPostpositionProcessor, default_testers, default_modifiers } from 'i18next-korean-postposition-processor';

i18next.use(processor);
i18next.use(new KoreanPostpositionProcessor());
i18next.use(new KoreanPostpositionProcessor({
    testers: [/* testers to use */, ...default_testers],
    modifiers: [/* modifiers to use */, ...default_modifiers],
});

Translation text

{{some_value}}[[를]] 수정했다.