We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54283e9 commit 2938b1cCopy full SHA for 2938b1c
frontend/src/languages.js
@@ -95,6 +95,22 @@ const languages = [
95
measurementId: "G-XG7E3KF703"
96
}
97
},
98
+ {
99
+ code: 'zh',
100
+ name: '中文',
101
+ url: 'https://zh.futurecoder.io/',
102
+ visible: false,
103
+ firebaseConfig: {
104
+ apiKey: "AIzaSyBqtDR34wsBxKB-QrnDY97uJ6uXSVkvb7o",
105
+ authDomain: "futurecoder-zh.firebaseapp.com",
106
+ databaseURL: "https://futurecoder-zh-default-rtdb.asia-southeast1.firebasedatabase.app",
107
+ projectId: "futurecoder-zh",
108
+ storageBucket: "futurecoder-zh.firebasestorage.app",
109
+ messagingSenderId: "103387137175",
110
+ appId: "1:103387137175:web:a841284a28104ec4f1d5d2",
111
+ measurementId: "G-3LND5RGTWT"
112
+ },
113
+ }
114
];
115
116
export let language = process.env.REACT_APP_LANGUAGE;
0 commit comments