Skip to content

Commit

Permalink
feat: add parameter extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Mar 8, 2024
1 parent 3a07cd8 commit 993c609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tolgee-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export { tolgeeFormatGenerateIcu } from "./parser/tolgeeFormatGenerateIcu";
export { checkParamNameIsValid } from "./parser/checkParamNameIsValid";
export { getTolgeePlurals } from "./parser/getTolgeePlurals";
export { getTolgeeFormat } from "./parser/getTolgeeFormat";
export { getFirstPluralParameter } from "./parser/getFirstPluralParameter";
export { getPluralVariants, getVariantExample } from "./utils/pluralTools";
export { getLanguageDirection } from "./utils/getLanguageDirection";
export { getPluralRules, selectPluralRule } from "./utils/plurals";
Expand Down

0 comments on commit 993c609

Please sign in to comment.