1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +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', name: 'Spanish',
locale: 'es-ES' locale: 'es-ES'
}, {
name: 'Turkish',
locale: 'tr'
} }
] ]