Skip to content

Commit

Permalink
πŸ”„ [chore]: Automated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Sep 14, 2023
1 parent f4c66f6 commit a3e0721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/messages/model/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as MessageFormatEn from "../translations/en.json";
import * as MessageFormatEs from "../translations/es.json";
import * as MessageFormatFr from "../translations/fr.json";
import * as MessageFormatHr from "../translations/hr.json";
import * as MessageFormatIt from "../translations/it.json";

export type LocalizedMessages = Record<Locale, Messages>;

Expand All @@ -15,6 +16,7 @@ const localizedMessages: LocalizedMessages = {
de: MessageFormatDe,
es: MessageFormatEs,
fr: MessageFormatFr,
it: MessageFormatIt,
};

export default localizedMessages;

0 comments on commit a3e0721

Please sign in to comment.