Files
bsky-social-app/lingui.config.js
T
2024-11-12 09:45:10 +01:00

36 lines
469 B
JavaScript

/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: [
'en',
'ca',
'de',
'en-GB',
'es',
'fi',
'fr',
'ga',
'hi',
'hu',
'id',
'it',
'ja',
'ko',
'nl',
'pt-BR',
'ru',
'th',
'tr',
'uk',
'zh-CN',
'zh-HK',
'zh-TW',
],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',
include: ['src'],
},
],
format: 'po',
}