Skip to content

Commit 931fb1f

Browse files
authored
BREAKING CHANGE: drop language api for path and query (#29)
1 parent 116ab0e commit 931fb1f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ You can do `import { ... } from '@intlify/utils'` the above utilities
145145
- `getHeaderLocale`
146146
- `getCookieLocale`
147147
- `setCookieLocale`
148-
- `getPathLanguage`
149148
- `getPathLocale`
150-
- `getQueryLanguage`
151149
- `getQueryLocale`
152150

153151
The about utilies functions accpet Web APIs such as

src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ export {
66
registerPathLanguageParser,
77
validateLangTag,
88
} from './shared.ts'
9-
export {
10-
getPathLanguage,
11-
getPathLocale,
12-
getQueryLanguage,
13-
getQueryLocale,
14-
} from './http.ts'
159
export * from './web.ts'

0 commit comments

Comments
 (0)