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
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}}[[를]] 수정했다.