1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add Thai locale

This commit is contained in:
ninearif
2018-10-11 10:37:35 +07:00
parent 03b8dbbc44
commit 6ef2ec4ed2
17 changed files with 201 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ const languages = [
}, {
name: 'Turkish',
locale: 'tr'
}, {
name: 'Thai',
locale: 'th'
}
]