Skip to content

Commit dcbb25a

Browse files
committed
Remove testing translations
1 parent 1f1302d commit dcbb25a

File tree

3 files changed

+1
-117
lines changed

3 files changed

+1
-117
lines changed

apps/discord-bot/sayable.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@sayable/config';
22

33
export default defineConfig({
44
sourceLocale: 'en',
5-
locales: ['en', 'fr'],
5+
locales: ['en'],
66
catalogues: [
77
{
88
include: ['src/**/*.ts'],

apps/discord-bot/src/i18n.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ const say = new Sayable({
44
en: () =>
55
import('./locales/en/messages.json', { with: { type: 'json' } }) //
66
.then((m) => m.default),
7-
fr: () =>
8-
import('./locales/fr/messages.json', { with: { type: 'json' } }) //
9-
.then((m) => m.default),
107
});
118

129
await say.load();

apps/discord-bot/src/locales/fr/messages.po

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)