Skip to content

Commit

Permalink
Added Hindi to eventually supported locales for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Dec 15, 2024
1 parent d440c56 commit 9ca6610
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/locale/LocaleText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ import type Locales from './Locales';
import type { GalleryTexts } from './GalleryTexts';

/** A list of locales that are in progress but not supported yet. Only added when developing locally. */
export const EventuallySupportedLocales = ['zh-TW', 'ko-KR', 'fr-FR', 'ja-JP', 'de-DE'];
export const EventuallySupportedLocales = [
'zh-TW',
'ko-KR',
'fr-FR',
'ja-JP',
'de-DE',
'hi-IN',
];

/** A list of locales officially supported by Wordplay. */
export const SupportedLocales = Array.from(
Expand Down

0 comments on commit 9ca6610

Please sign in to comment.