Skip to content

Commit

Permalink
temporarily exclude br & de locales
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra committed Jun 12, 2024
1 parent dae5027 commit bc268df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intl/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { zh } from './zh';
export * from './types';

export const languages: {
[locale in CustomizationLocale]: TranslationLanguage;
[locale in Exclude<CustomizationLocale, 'br' | 'de'>]: TranslationLanguage;
} = {
en,
fr,
Expand Down

0 comments on commit bc268df

Please sign in to comment.