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 1f1302d commit dcbb25aCopy full SHA for dcbb25a
apps/discord-bot/sayable.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from '@sayable/config';
2
3
export default defineConfig({
4
sourceLocale: 'en',
5
- locales: ['en', 'fr'],
+ locales: ['en'],
6
catalogues: [
7
{
8
include: ['src/**/*.ts'],
apps/discord-bot/src/i18n.ts
@@ -4,9 +4,6 @@ const say = new Sayable({
en: () =>
import('./locales/en/messages.json', { with: { type: 'json' } }) //
.then((m) => m.default),
- fr: () =>
- import('./locales/fr/messages.json', { with: { type: 'json' } }) //
9
- .then((m) => m.default),
10
});
11
12
await say.load();
apps/discord-bot/src/locales/fr/messages.po
0 commit comments