feat(i18n): Welsh translation (#1236)

Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
✨ Q (it/its) ✨ 2025-02-09 07:35:02 +01:00 committed by GitHub
parent 1ebac1a450
commit 55ad2438ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 486 additions and 0 deletions

View file

@ -257,6 +257,11 @@ const locales: LocaleObjectData[] = [
file: 'vi-VN.json',
name: 'Tiếng Việt',
},
{
code: 'cy',
file: 'cy.json',
name: 'Cymraeg',
},
]
function buildLocales() {