Skip to content

Commit

Permalink
Merge pull request #549 from minkere/492-german-locale
Browse files Browse the repository at this point in the history
Commit for fixed branch of German localization project.
  • Loading branch information
amyjko authored Oct 26, 2024
2 parents 5af0304 + cf6319e commit ba0014a
Show file tree
Hide file tree
Showing 2 changed files with 4,829 additions and 1 deletion.
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', 'ko-KR', 'fr-FR', 'ja-JP'];
export const EventuallySupportedLocales = ['zh-TW', 'ko-KR', 'fr-FR', 'ja-JP', 'de-DE'];

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

0 comments on commit ba0014a

Please sign in to comment.