Skip to content

Commit

Permalink
added support for Português & Kiswahili (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondicker authored Jun 11, 2024
1 parent 0dcf776 commit ddf319f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/web/public/scripts/lang-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@ window.__GOOGLE_TRANSLATION_CONFIG__ = {
{ title: "English", name: "en" },
{ title: "Español", name: "es" },
{ title: "Français", name: "fr" },
{ title: "Português", name: "pt" },
{ title: "Kiswahili", name: "sw" },
],
defaultLanguage: "en",
};

// window.__GOOGLE_TRANSLATION_CONFIG__ = {
// ...__GOOGLE_TRANSLATION_CONFIG__,
// apiKey: "YOUR_API_KEY_HERE",
// languages: [
// { title: "English", name: "en" },
// { title: "Español", name: "es" },
// { title: "Français", name: "fr" },
// ],
// defaultLanguage: "en",
// };

0 comments on commit ddf319f

Please sign in to comment.