Skip to content

Commit

Permalink
Added Korean to eventually supported for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 13, 2024
1 parent 6112c0c commit 9645761
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion src/locale/LocaleText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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'];
export const EventuallySupportedLocales = ['zh-TW', 'ko-KR'];

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

0 comments on commit 9645761

Please sign in to comment.