1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge pull request #2485 from ninearif/thai-local

add Thai locale
This commit is contained in:
Junyoung Choi (Sai)
2018-11-06 15:22:25 +09:00
committed by GitHub
17 changed files with 200 additions and 0 deletions

View File

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