Skip to content

Commit

Permalink
Update lang.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mirarus committed Jun 18, 2022
1 parent 1bb0acb commit 856cf74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/common/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,19 @@ const supportedLanguages = {
noSuggestionsText: "Nenhuma sugestão.",
settingsUpdatedText: "Configurações Atualizadas!",
},
"tr-TR": {
langName: "Turkish (Turkey)",
welcomeMessage: "Merhaba! Nasıl yardımcı olabilirim?",
inputPlaceholder: "Bana istediğini sor...",
listeningMessage: "Dinliyorum...",
initSuggestions: [
{ label: "Hava", query: "Bugün hava nasıl?" },
{ label: "Yazı Tura", query: "Yazı Tura atmak" },
{ label: "Ne yapabilirsin?", query: "Ne yapabilirsin?" },
],
noSuggestionsText: "Öneri yok.",
settingsUpdatedText: "Ayarlar güncellendi!",
},
};

module.exports = supportedLanguages;

1 comment on commit 856cf74

@mirarus
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turkish Lang Support

Please sign in to comment.