feat(i18n): add Tagalog translation (#2019)

Co-authored-by: Ayo Ayco <ayo@ayco.io>
This commit is contained in:
Phojie Rengel 2023-05-01 17:55:49 +08:00 committed by GitHub
parent f3e1b6db67
commit 3c3324f070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 635 additions and 0 deletions

View file

@ -199,6 +199,11 @@ const locales: LocaleObjectData[] = [
file: 'it-IT.json',
name: 'Italiano',
},
{
code: 'tl-PH',
file: 'tl-PH.json',
name: 'Tagalog',
},
]
function buildLocales() {