feat(i18n): add Tagalog translation (#2019)
Co-authored-by: Ayo Ayco <ayo@ayco.io>
This commit is contained in:
parent
f3e1b6db67
commit
3c3324f070
2 changed files with 635 additions and 0 deletions
|
@ -199,6 +199,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'it-IT.json',
|
||||
name: 'Italiano',
|
||||
},
|
||||
{
|
||||
code: 'tl-PH',
|
||||
file: 'tl-PH.json',
|
||||
name: 'Tagalog',
|
||||
},
|
||||
]
|
||||
|
||||
function buildLocales() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue