feat(locale): add Slovak language (#2821)

This commit is contained in:
Jakub Jelínek
2024-12-02 17:38:11 +01:00
committed by GitHub
parent 004a577467
commit 68a10f09d5
2 changed files with 54 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export { default as ko } from './ko'
export { default as nl } from './nl'
export { default as pl } from './pl'
export { default as ru } from './ru'
export { default as sk } from './sk'
export { default as tr } from './tr'
export { default as zh_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'