mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
a1c9526879
* Create index.json * Create dashboard.json * Create tos.json * Create common.json * Create labelling.json * Create message.json * Create leaderboard.json * Update common.json * Create tasks.json * Update tasks.json * Update labelling.json * Update labelling.json * Add th to next-i18next.config.js * Update labelling.json
32 lines
378 B
JavaScript
32 lines
378 B
JavaScript
module.exports = {
|
|
i18n: {
|
|
defaultLocale: "en",
|
|
locales: [
|
|
"ar",
|
|
"bn",
|
|
"ca",
|
|
"da",
|
|
"de",
|
|
"en",
|
|
"es",
|
|
"eu",
|
|
"fa",
|
|
"fr",
|
|
"gl",
|
|
"hu",
|
|
"it",
|
|
"ja",
|
|
"ko",
|
|
"pl",
|
|
"pt-BR",
|
|
"ru",
|
|
"uk-UA",
|
|
"vi",
|
|
"zh",
|
|
"th",
|
|
"tr",
|
|
"id",
|
|
],
|
|
},
|
|
};
|