feat(i18n): Welsh translation (#1236)
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
parent
1ebac1a450
commit
55ad2438ed
2 changed files with 486 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue