feat(locale): add Armenian language (#3664)

This commit is contained in:
Vahe Sargsyan
2025-03-24 14:29:32 +04:00
committed by GitHub
parent 4dee7c3bd3
commit c76f590097
3 changed files with 59 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export { default as fr } from './fr'
export { default as he } from './he'
export { default as hi } from './hi'
export { default as hu } from './hu'
export { default as hy } from './hy'
export { default as id } from './id'
export { default as it } from './it'
export { default as ja } from './ja'