Skip to content

Commit 995e07d

Browse files
authoredJan 29, 2025··
fix(locale): export km (#3201)
1 parent d93ab06 commit 995e07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/runtime/locale/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export { default as hi } from './hi'
1313
export { default as id } from './id'
1414
export { default as it } from './it'
1515
export { default as ja } from './ja'
16+
export { default as km } from './km'
1617
export { default as ko } from './ko'
1718
export { default as nb_no } from './nb_no'
1819
export { default as nl } from './nl'

0 commit comments

Comments
 (0)
Please sign in to comment.