my fork of the bluesky client
at main 40 lines 520 B view raw
1/** @type {import('@lingui/conf').LinguiConfig} */ 2module.exports = { 3 locales: [ 4 'en', 5 'ast', 6 'an', 7 'ca', 8 'de', 9 'en-GB', 10 'es', 11 'fi', 12 'fr', 13 'ga', 14 'gl', 15 'hi', 16 'hu', 17 'id', 18 'it', 19 'ja', 20 'ko', 21 'nl', 22 'pl', 23 'pt-BR', 24 'ru', 25 'th', 26 'tr', 27 'uk', 28 'vi', 29 'zh-CN', 30 'zh-HK', 31 'zh-TW', 32 ], 33 catalogs: [ 34 { 35 path: '<rootDir>/src/locale/locales/{locale}/messages', 36 include: ['src'], 37 }, 38 ], 39 format: 'po', 40}