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 d9eceb7 commit 0b93361Copy full SHA for 0b93361
frontend/src/languages.js
@@ -79,6 +79,21 @@ const languages = [
79
measurementId: "G-3PK2WP7CCD"
80
}
81
},
82
+ {
83
+ code: 'pl',
84
+ name: 'Polski',
85
+ url: 'https://pl.futurecoder.io/',
86
+ visible: false,
87
+ firebaseConfig: {
88
+ apiKey: "AIzaSyDUzqc75Vn1UDJ7NSzduCVvwxC3ap9XtSc",
89
+ authDomain: "futurecoder-pl.firebaseapp.com",
90
+ projectId: "futurecoder-pl",
91
+ storageBucket: "futurecoder-pl.appspot.com",
92
+ messagingSenderId: "302555192729",
93
+ appId: "1:302555192729:web:9544e6dd2015e822708708",
94
+ measurementId: "G-XG7E3KF703"
95
+ }
96
+ },
97
];
98
99
export let language = process.env.REACT_APP_LANGUAGE;
0 commit comments