Skip to content

Commit

Permalink
Add Chinese to the list of enabled locales
Browse files Browse the repository at this point in the history
  • Loading branch information
George committed Jul 9, 2020
1 parent f2c89c7 commit 510d4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
description: "1. Deposit BTC. 2. Mint TBTC. 3. Lend and earn interest on your BTC.",
url: "https://tbtc.network",
// supported 639-1 language codes
supportedLocales: ["en", "ru", "de", "es", "fr", "pl", "ja","vn"],
supportedLocales: ["en", "ru", "de", "es", "fr", "pl", "ja","vn","zh"],
defaultLocale: "en",
},
plugins: [
Expand Down

0 comments on commit 510d4e0

Please sign in to comment.