Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup for turkish #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
cleanup for turkish
takipsizad authored Dec 22, 2020
commit 0b4a7aaa11f02d45809f5394f540a0cd41ddff16
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ module.exports = text => {
"que", "ent", "com", "nte", "est", "ava", "ndo", "ado", "ara", "par"
],
tr: [
" ama", " demek ", "çok", "ara ", " tr", "sa ", " as ", " ne ", " garip ",
" kopya ", " yap ", " bb ", " ana ", " sayfa ", " Çerez ", " Dil ", " İyi ", " Sorun ", " Menü",
" HAYIR ", "kuş", "bilgisayar", "su",
" ama", " demek ", "çok", "ara ", " Onlar", " ne ", " garip ",
" kopya ", " yap ", " ana ", " sayfa ", " Çerez ", " Dil ", " İyi ", " Sorun ", " Menü",
" HAYIR ", "kuş", "bilgisayar", "su","köpek","kedi"
"evet", "Uygulama", "et", "O", "sen", "ben", "kız", "erkek", "onun", "için", "biz", "niye", "onlar", "yine"
]
};
@@ -73,4 +73,4 @@ module.exports = text => {

return textLanguageCode || false;

}
}