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

Add turkish to languages

This commit is contained in:
Junyoung Choi
2018-06-08 14:59:30 +09:00
parent 1fec81cc3e
commit 9b926326ef

View File

@@ -58,6 +58,9 @@ const languages = [
{
name: 'Spanish',
locale: 'es-ES'
}, {
name: 'Turkish',
locale: 'tr'
}
]